summaryrefslogtreecommitdiff
path: root/test/CodeGen/MSP430
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2012-08-10 00:21:30 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2012-08-10 00:21:30 +0000
commitc7908037d87c8f6866b872e9f6b5a7fffae5b63e (patch)
tree694e998bee8258d3058e12b5049363137832429f /test/CodeGen/MSP430
parentd6397eba2389e8a24d37aa56e049187c1ee75f4f (diff)
downloadllvm-c7908037d87c8f6866b872e9f6b5a7fffae5b63e.tar.gz
llvm-c7908037d87c8f6866b872e9f6b5a7fffae5b63e.tar.bz2
llvm-c7908037d87c8f6866b872e9f6b5a7fffae5b63e.tar.xz
Reapply r161633-161634 "Partition use lists so defs always come before uses.""
No changes to these patches, MRI needed to be notified when changing uses into defs and vice versa. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161644 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/MSP430')
-rw-r--r--test/CodeGen/MSP430/Inst8rr.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/MSP430/Inst8rr.ll b/test/CodeGen/MSP430/Inst8rr.ll
index 45342e2ee9..b9c17d91ef 100644
--- a/test/CodeGen/MSP430/Inst8rr.ll
+++ b/test/CodeGen/MSP430/Inst8rr.ll
@@ -4,7 +4,7 @@ target triple = "msp430-generic-generic"
define i8 @mov(i8 %a, i8 %b) nounwind {
; CHECK: mov:
-; CHECK: mov.b r14, r15
+; CHECK: mov.{{[bw]}} r14, r15
ret i8 %b
}