[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git] / llvm / test / Transforms / ConstantMerge / 2003-10-28-MergeExternalConstants.ll
blobf94611c498f5e400ec7bbfcf38d6c4f7300c20a6
1 ; RUN: opt -S -passes=constmerge < %s | FileCheck %s
3 ; CHECK: @foo = constant i32 6
4 ; CHECK: @bar = constant i32 6
5 @foo = constant i32 6           ; <i32*> [#uses=0]
6 @bar = constant i32 6           ; <i32*> [#uses=0]