summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/MSP430/AddrMode-mov-rx.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/MSP430/AddrMode-mov-rx.ll')
-rw-r--r--llvm/test/CodeGen/MSP430/AddrMode-mov-rx.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/MSP430/AddrMode-mov-rx.ll b/llvm/test/CodeGen/MSP430/AddrMode-mov-rx.ll
index 6676b88cd14..7cd345bd8f8 100644
--- a/llvm/test/CodeGen/MSP430/AddrMode-mov-rx.ll
+++ b/llvm/test/CodeGen/MSP430/AddrMode-mov-rx.ll
@@ -29,7 +29,7 @@ define i8 @am3(i16 %n) nounwind {
; CHECK: mov.b bar(r15), r15
define i16 @am4() nounwind {
- %1 = volatile load i16* inttoptr(i16 32 to i16*)
+ %1 = load volatile i16* inttoptr(i16 32 to i16*)
ret i16 %1
}
; CHECK: am4:
OpenPOWER on IntegriCloud