diff options
| author | Chris Lattner <sabre@nondot.org> | 2011-11-27 06:54:59 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2011-11-27 06:54:59 +0000 |
| commit | 6a144a2227f8aaf6d4c49bc22f5424a34b778166 (patch) | |
| tree | 3a12469469c418eae050475d7c2cce599c3c5a67 /llvm/test/CodeGen/MSP430/2009-10-10-OrImpDef.ll | |
| parent | ebed15e973d903cfe012bd0875840499602e2f44 (diff) | |
| download | bcm5719-llvm-6a144a2227f8aaf6d4c49bc22f5424a34b778166.tar.gz bcm5719-llvm-6a144a2227f8aaf6d4c49bc22f5424a34b778166.zip | |
Upgrade syntax of tests using volatile instructions to use 'load volatile' instead of 'volatile load', which is archaic.
llvm-svn: 145171
Diffstat (limited to 'llvm/test/CodeGen/MSP430/2009-10-10-OrImpDef.ll')
| -rw-r--r-- | llvm/test/CodeGen/MSP430/2009-10-10-OrImpDef.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/MSP430/2009-10-10-OrImpDef.ll b/llvm/test/CodeGen/MSP430/2009-10-10-OrImpDef.ll index 856eb9db3f6..c1a186a637c 100644 --- a/llvm/test/CodeGen/MSP430/2009-10-10-OrImpDef.ll +++ b/llvm/test/CodeGen/MSP430/2009-10-10-OrImpDef.ll @@ -4,9 +4,9 @@ define void @foo() nounwind { entry: %r = alloca i8 ; <i8*> [#uses=2] %"alloca point" = bitcast i32 0 to i32 ; <i32> [#uses=0] - volatile load i8* %r, align 1 ; <i8>:0 [#uses=1] + load volatile i8* %r, align 1 ; <i8>:0 [#uses=1] or i8 %0, 1 ; <i8>:1 [#uses=1] - volatile store i8 %1, i8* %r, align 1 + store volatile i8 %1, i8* %r, align 1 br label %return return: ; preds = %entry |

