Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / tail-dup-addr.ll
index c5a105cb587f20a9eb6b0379e6c25547dd011b9b..3e5c8c8dbc3f39787afa993a77cbe1a67c3abfce 100644 (file)
@@ -2,15 +2,15 @@
 
 ; Test that we don't drop a block that has its address taken.
 
+; CHECK: Ltmp0:                                  ## Block address taken
 ; CHECK: Ltmp1:                                  ## Block address taken
-; CHECK: Ltmp2:                                  ## Block address taken
 
 @a = common global i32 0, align 4
 @p = common global i8* null, align 8
 
 define void @foo() noreturn nounwind uwtable ssp {
 entry:
-  %tmp = load i32* @a, align 4
+  %tmp = load i32, i32* @a, align 4
   %foo = icmp eq i32 0, %tmp
   br i1 %foo, label %sw.bb, label %sw.default