[opaque pointer type] Add textual IR support for explicit type parameter to load...
[oota-llvm.git] / test / Analysis / GlobalsModRef / modreftest.ll
index 3eed916e83b4e2b4a244ed992d30947c1acefb18..74101e23bed92b824e4f3ae61c66791ae37c4977 100644 (file)
@@ -9,7 +9,7 @@ define i32 @test(i32* %P) {
 ; CHECK-NEXT: ret i32 12
        store i32 12, i32* @X
        call void @doesnotmodX( )
-       %V = load i32* @X               ; <i32> [#uses=1]
+       %V = load i32, i32* @X          ; <i32> [#uses=1]
        ret i32 %V
 }