projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b89383a
)
Fix register-dependent test in MSP430.
author
Jakob Stoklund Olesen
<stoklund@2pi.dk>
Wed, 4 May 2011 01:01:39 +0000
(
01:01
+0000)
committer
Jakob Stoklund Olesen
<stoklund@2pi.dk>
Wed, 4 May 2011 01:01:39 +0000
(
01:01
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130815
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/MSP430/Inst8rr.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/MSP430/Inst8rr.ll
b/test/CodeGen/MSP430/Inst8rr.ll
index 0f5fc12b62eef07a1e49933ed1c48fc6bb891c27..45342e2ee9b1efd2e90aba5497baac384f379bce 100644
(file)
--- a/
test/CodeGen/MSP430/Inst8rr.ll
+++ b/
test/CodeGen/MSP430/Inst8rr.ll
@@
-10,7
+10,7
@@
define i8 @mov(i8 %a, i8 %b) nounwind {
define i8 @add(i8 %a, i8 %b) nounwind {
; CHECK: add:
-; CHECK: add.b
r12, r15
+; CHECK: add.b
%1 = add i8 %a, %b
ret i8 %1
}