[MachineCopyPropagation] Fix a bug causing incorrect removal for the instruction...
[oota-llvm.git] / test / CodeGen / Mips / brconne.ll
index 5d5bde3fcf91555956c55a7b9a679e3035d94fdc..b260320b94e14d92d90a54156504d7f60cd62a64 100644 (file)
@@ -6,8 +6,8 @@
 
 define void @test() nounwind {
 entry:
-  %0 = load i32* @j, align 4
-  %1 = load i32* @i, align 4
+  %0 = load i32, i32* @j, align 4
+  %1 = load i32, i32* @i, align 4
   %cmp = icmp eq i32 %0, %1
   br i1 %cmp, label %if.then, label %if.end
 ; 16:  cmp     ${{[0-9]+}}, ${{[0-9]+}}