[opaque pointer type] Add textual IR support for explicit type parameter to getelemen...
[oota-llvm.git] / test / Transforms / SLPVectorizer / X86 / pr16899.ll
index c642f3cfe1d492c3a542cf7ad9f8b0bb2452c34e..5fe038eb814d7496c7b811bbf836d8b29d96c688 100644 (file)
@@ -9,7 +9,7 @@ define i32 @fn1() #0 {
 entry:
   %0 = load i32** @a, align 4, !tbaa !4
   %1 = load i32* %0, align 4, !tbaa !5
-  %arrayidx1 = getelementptr inbounds i32* %0, i32 1
+  %arrayidx1 = getelementptr inbounds i32, i32* %0, i32 1
   %2 = load i32* %arrayidx1, align 4, !tbaa !5
   br label %do.body