[opaque pointer type] Add textual IR support for explicit type parameter to getelemen...
[oota-llvm.git] / test / CodeGen / X86 / mul128_sext_loop.ll
index a516f03cbc3e1141759b6e880145960c03f95377..88c5156405a5aa712bb1b79a399beb8f550fbf8c 100644 (file)
@@ -14,7 +14,7 @@ define void @test(i64* nocapture %arr, i64 %arrsize, i64 %factor) nounwind uwtab
 ; CHECK-NOT: mul
   %carry.02 = phi i128 [ 0, %.lr.ph ], [ %10, %3 ]
   %i.01 = phi i64 [ 0, %.lr.ph ], [ %11, %3 ]
-  %4 = getelementptr inbounds i64* %arr, i64 %i.01
+  %4 = getelementptr inbounds i64, i64* %arr, i64 %i.01
   %5 = load i64* %4, align 8
   %6 = sext i64 %5 to i128
   %7 = mul nsw i128 %6, %2