aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/MSP430/AddrMode-bis-rx.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/MSP430/AddrMode-bis-rx.ll')
-rw-r--r--test/CodeGen/MSP430/AddrMode-bis-rx.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/MSP430/AddrMode-bis-rx.ll b/test/CodeGen/MSP430/AddrMode-bis-rx.ll
index 4f9a724..c7ecb5a 100644
--- a/test/CodeGen/MSP430/AddrMode-bis-rx.ll
+++ b/test/CodeGen/MSP430/AddrMode-bis-rx.ll
@@ -32,7 +32,7 @@ define i8 @am3(i8 %x, i16 %n) nounwind {
; CHECK: bis.b bar(r14), r15
define i16 @am4(i16 %x) nounwind {
- %1 = volatile load i16* inttoptr(i16 32 to i16*)
+ %1 = load volatile i16* inttoptr(i16 32 to i16*)
%2 = or i16 %1,%x
ret i16 %2
}