[X86][SSE] Added general integer shuffle matching for MOVQ instruction
[oota-llvm.git] / test / Transforms / ConstantMerge / 2003-10-28-MergeExternalConstants.ll
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