[opaque pointer type] Add textual IR support for explicit type parameter to gep operator
[oota-llvm.git] / test / Analysis / CFLAliasAnalysis / asm-global-bugfix.ll
index 1cd19644d5c4642d1b776125886b13cfa0135101..ec2de54e3eee14880bc100abaaa35787e692313d 100644 (file)
@@ -11,6 +11,6 @@
 define void @test_no_crash() #0 {
 entry:
   call i8* asm "nop", "=r,r"(
-       i8* getelementptr inbounds ([1 x i8]* @G, i64 0, i64 0))
+       i8* getelementptr inbounds ([1 x i8], [1 x i8]* @G, i64 0, i64 0))
   ret void
 }