[opaque pointer type] Add textual IR support for explicit type parameter to getelemen...
[oota-llvm.git] / test / CodeGen / ARM / bfx.ll
index 46f49e9fab2000ccb41a99c440e2f1888fcf16e3..b2161e67fbeb0d4c0941829ac67f6a3274dd15de 100644 (file)
@@ -41,12 +41,12 @@ entry:
   %and1 = lshr i32 %x, 16
   %shr2 = and i32 %and1, 255
   %shr4 = lshr i32 %x, 24
-  %arrayidx = getelementptr inbounds i32* %ctx, i32 %shr4
+  %arrayidx = getelementptr inbounds i32, i32* %ctx, i32 %shr4
   %0 = load i32* %arrayidx, align 4
-  %arrayidx5 = getelementptr inbounds i32* %ctx, i32 %shr2
+  %arrayidx5 = getelementptr inbounds i32, i32* %ctx, i32 %shr2
   %1 = load i32* %arrayidx5, align 4
   %add = add i32 %1, %0
-  %arrayidx6 = getelementptr inbounds i32* %ctx, i32 %shr
+  %arrayidx6 = getelementptr inbounds i32, i32* %ctx, i32 %shr
   %2 = load i32* %arrayidx6, align 4
   %add7 = add i32 %add, %2
   ret i32 %add7