Switch-to-lookup tables: set threshold to 3 cases
[oota-llvm.git] / test / Transforms / ConstantMerge / 2011-01-15-EitherOrder.ll
index 7001ce1ba4c24a80cb6ad93aab4ded7cd0edd075..5aafcfe3d4fb3579df71bec991ebbcc3992e2dd5 100644 (file)
@@ -1,11 +1,11 @@
-; RUN: opt -constmerge %s -S -o - | FileCheck %s
+; RUN: opt -constmerge -S < %s | FileCheck %s
 ; PR8978
 
 declare i32 @zed(%struct.foobar*, %struct.foobar*)
 
 %struct.foobar = type { i32 }
 ; CHECK: bar.d
-@bar.d =  constant %struct.foobar zeroinitializer, align 4
+@bar.d =  unnamed_addr constant %struct.foobar zeroinitializer, align 4
 ; CHECK-NOT: foo.d
 @foo.d = internal constant %struct.foobar zeroinitializer, align 4
 define i32 @main() nounwind ssp {