[opaque pointer type] Add textual IR support for explicit type parameter to getelemen...
[oota-llvm.git] / test / CodeGen / X86 / phi-bit-propagation.ll
index 94c97229b092d3e520601c69d24f71e6d89fe346..bcffe3cfec0d492f0104a4aab335cbd5c1382423 100644 (file)
@@ -14,7 +14,7 @@ for.cond:                                         ; preds = %for.inc, %entry
   br i1 %cmp, label %return, label %for.body
 
 for.body:                                         ; preds = %for.cond
-  %arrayidx = getelementptr inbounds i32* %b, i64 %conv
+  %arrayidx = getelementptr inbounds i32, i32* %b, i64 %conv
   %tmp5 = load i32* %arrayidx, align 4
   %conv6 = zext i32 %tmp5 to i64
   %rem.i.i.i.i = and i64 %conv6, 63