[mips] Teach the delay slot filler to remove needless KILL instructions.
[oota-llvm.git] / test / CodeGen / Mips / mulll.ll
index e37b9197df8287f629db8dfc3d21f5bfe63d3b0f..6e5ba647b8bf32e283a3e21a715432a2e2471b50 100644 (file)
@@ -6,8 +6,8 @@
 
 define void @test() nounwind {
 entry:
-  %0 = load i64* @iiii, align 8
-  %1 = load i64* @jjjj, align 8
+  %0 = load i64, i64* @iiii, align 8
+  %1 = load i64, i64* @jjjj, align 8
   %mul = mul nsw i64 %1, %0
   store i64 %mul, i64* @kkkk, align 8
 ; 16:  multu   ${{[0-9]+}}, ${{[0-9]+}}