diff options
Diffstat (limited to 'test/CodeGen/PowerPC/store-load-fwd.ll')
-rw-r--r-- | test/CodeGen/PowerPC/store-load-fwd.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/store-load-fwd.ll b/test/CodeGen/PowerPC/store-load-fwd.ll index 25663c1..62dd79e 100644 --- a/test/CodeGen/PowerPC/store-load-fwd.ll +++ b/test/CodeGen/PowerPC/store-load-fwd.ll @@ -2,7 +2,7 @@ define i32 @test(i32* %P) { store i32 1, i32* %P - %V = load i32* %P ; <i32> [#uses=1] + %V = load i32, i32* %P ; <i32> [#uses=1] ret i32 %V } |