xref: /aosp_15_r20/external/llvm/test/Transforms/ConstantMerge/2003-10-28-MergeExternalConstants.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: opt -S -constmerge < %s | FileCheck %s
2
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]
7
8