[opaque pointer type] Add textual IR support for explicit type parameter to gep operator
[oota-llvm.git] / test / CodeGen / X86 / darwin-stub.ll
index b4d2e1aa566dd9ec713307a8bd07813f7cf2fe9b..607f56fdd60b0a13a731c244dce1703d9a846d6b 100644 (file)
@@ -5,7 +5,7 @@
 
 define i32 @main() nounwind {
 entry:
-       %0 = tail call i32 @puts(i8* getelementptr ([13 x i8]* @"\01LC", i32 0, i32 0)) nounwind                ; <i32> [#uses=0]
+       %0 = tail call i32 @puts(i8* getelementptr ([13 x i8], [13 x i8]* @"\01LC", i32 0, i32 0)) nounwind             ; <i32> [#uses=0]
        ret i32 0
 }