Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / PowerPC / lsr-postinc-pos.ll
index ee16aa9554fd0b83563efad71000aa92ba399f7d..7831df154606addacf3b09b31a782214399291f9 100644 (file)
@@ -3,7 +3,7 @@
 ; The icmp is a post-inc use, and the increment is in %bb11, but the
 ; scevgep needs to be inserted in %bb so that it is dominated by %t.
 
-; CHECK: %t = load i8** undef
+; CHECK: %t = load i8*, i8** undef
 ; CHECK: %scevgep = getelementptr i8, i8* %t, i32 %lsr.iv.next
 ; CHECK: %c1 = icmp ult i8* %scevgep, undef
 
@@ -21,7 +21,7 @@ bb11:
   br i1 %c0, label %bb13, label %bb
 
 bb:
-  %t = load i8** undef, align 16                ; <i8*> [#uses=1]
+  %t = load i8*, i8** undef, align 16                ; <i8*> [#uses=1]
   %p = getelementptr i8, i8* %t, i32 %ii ; <i8*> [#uses=1]
   %c1 = icmp ult i8* %p, undef          ; <i1> [#uses=1]
   %i.next = add i32 %i, 1                        ; <i32> [#uses=1]