summaryrefslogtreecommitdiff
path: root/test/CodeGen/MSP430
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2011-10-24 17:53:16 +0000
committerDan Gohman <gohman@apple.com>2011-10-24 17:53:16 +0000
commit334190e47eb28fe749380594992a7ae2e1c7737f (patch)
tree56136309cdd175678eab479b4ce7b1d1f6647f64 /test/CodeGen/MSP430
parent8c2d270ae8b460912633883f24346c0763373a56 (diff)
downloadllvm-334190e47eb28fe749380594992a7ae2e1c7737f.tar.gz
llvm-334190e47eb28fe749380594992a7ae2e1c7737f.tar.bz2
llvm-334190e47eb28fe749380594992a7ae2e1c7737f.tar.xz
Remove the explicit request for "Latency" scheduling from MSP430,
as the Latency scheduler is going away. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142811 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/MSP430')
-rw-r--r--test/CodeGen/MSP430/Inst16mm.ll2
-rw-r--r--test/CodeGen/MSP430/indirectbr2.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/MSP430/Inst16mm.ll b/test/CodeGen/MSP430/Inst16mm.ll
index 2337c2c0f2..d4ae811ac8 100644
--- a/test/CodeGen/MSP430/Inst16mm.ll
+++ b/test/CodeGen/MSP430/Inst16mm.ll
@@ -64,6 +64,6 @@ entry:
%0 = load i16* %retval ; <i16> [#uses=1]
ret i16 %0
; CHECK: mov2:
-; CHECK: mov.w 0(r1), 4(r1)
; CHECK: mov.w 2(r1), 6(r1)
+; CHECK: mov.w 0(r1), 4(r1)
}
diff --git a/test/CodeGen/MSP430/indirectbr2.ll b/test/CodeGen/MSP430/indirectbr2.ll
index 93cfb2506b..dc2abf5cd0 100644
--- a/test/CodeGen/MSP430/indirectbr2.ll
+++ b/test/CodeGen/MSP430/indirectbr2.ll
@@ -5,7 +5,7 @@ define internal i16 @foo(i16 %i) nounwind {
entry:
%tmp1 = getelementptr inbounds [5 x i8*]* @C.0.2070, i16 0, i16 %i ; <i8**> [#uses=1]
%gotovar.4.0 = load i8** %tmp1, align 4 ; <i8*> [#uses=1]
-; CHECK: mov.w .LC.0.2070(r15), pc
+; CHECK: mov.w .LC.0.2070(r12), pc
indirectbr i8* %gotovar.4.0, [label %L5, label %L4, label %L3, label %L2, label %L1]
L5: ; preds = %bb2