[opaque pointer type] Add textual IR support for explicit type parameter to getelemen...
[oota-llvm.git] / test / Transforms / IndVarSimplify / 2007-01-06-TripCount.ll
index 6366c8c0516cf54cd7c2c3493dde95cc2a3ddf10..56e9ca65ec89a0f1766e5606314241e194130090 100644 (file)
@@ -24,7 +24,7 @@ cond_true:            ; preds = %bb2
        br label %bb
 
 cond_next:             ; preds = %bb2
-       %tmp2 = getelementptr [5 x i8]* @foo, i32 0, i32 %i.0           ; <i8*> [#uses=1]
+       %tmp2 = getelementptr [5 x i8], [5 x i8]* @foo, i32 0, i32 %i.0         ; <i8*> [#uses=1]
        %tmp3 = load i8* %tmp2          ; <i8> [#uses=1]
        %tmp5 = icmp eq i8 %tmp3, 0             ; <i1> [#uses=1]
        br i1 %tmp5, label %bb6, label %bb