[opaque pointer type] Add textual IR support for explicit type parameter to gep operator
[oota-llvm.git] / test / CodeGen / PowerPC / 2009-01-16-DeclareISelBug.ll
index ce8e72df261620d5b13a0904b4f3172e26f7b47e..74356d38f8a2e9c489f61620b43146e6bed10bea 100644 (file)
@@ -5,7 +5,7 @@
 
 define i32 @main() nounwind {
 entry:
-       %0 = call i8* @fopen(i8* getelementptr ([13 x i8]* @"\01LC", i32 0, i32 0), i8* null) nounwind          ; <i8*> [#uses=0]
+       %0 = call i8* @fopen(i8* getelementptr ([13 x i8], [13 x i8]* @"\01LC", i32 0, i32 0), i8* null) nounwind               ; <i8*> [#uses=0]
        unreachable
 }