[opaque pointer type] Add textual IR support for explicit type parameter to getelemen...
[oota-llvm.git] / test / Transforms / GVN / phi-translate-partial-alias.ll
index 47bec41fb1634bdd1685571de42f838fbdfe5ad7..84aeed1ecc6e5063732994cdd3a3270aa3214508 100644 (file)
@@ -20,7 +20,7 @@ loop:
   %l0 = load i8* %phi
   call void @bar(i8 %l0)
   %l1 = load i8* %phi
-  %next = getelementptr inbounds i8* %phi, i8 %l1
+  %next = getelementptr inbounds i8, i8* %phi, i8 %l1
   br label %loop
 }