[opaque pointer type] Add textual IR support for explicit type parameter to gep operator
[oota-llvm.git] / test / ExecutionEngine / MCJIT / 2013-04-04-RelocAddend.ll
index a329e986a39f5745cb13879118e82f46e0a4fa7f..631cb2f67af0950369e83f9d3043b89fde39dd20 100644 (file)
@@ -14,7 +14,7 @@
 ; 
 
 @test = global [2 x i32] [i32 -1, i32 0], align 4
-@p = global i32* getelementptr inbounds ([2 x i32]* @test, i64 0, i64 1), align 8
+@p = global i32* getelementptr inbounds ([2 x i32], [2 x i32]* @test, i64 0, i64 1), align 8
 
 define i32 @main() {
 entry: