Fixed some bugs.
[llvm/zpu.git] / test / Transforms / ConstantMerge / 2003-10-28-MergeExternalConstants.ll
blobce79e3b2964a50d617fccf99df59ec67e6abc1ee
1 ; RUN: opt -S -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]