diff options
Diffstat (limited to 'llvm/test/Transforms/ScalarRepl/volatile.ll')
-rw-r--r-- | llvm/test/Transforms/ScalarRepl/volatile.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/ScalarRepl/volatile.ll b/llvm/test/Transforms/ScalarRepl/volatile.ll index 370a6d31b50..2a600b3b279 100644 --- a/llvm/test/Transforms/ScalarRepl/volatile.ll +++ b/llvm/test/Transforms/ScalarRepl/volatile.ll @@ -7,7 +7,7 @@ define i32 @voltest(i32 %T) { ; CHECK: store volatile %C = getelementptr {i32,i32}, {i32,i32}* %A, i32 0, i32 1 - %X = load volatile i32* %C + %X = load volatile i32, i32* %C ; CHECK: load volatile ret i32 %X } |