aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2009-08-02 20:29:41 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2009-08-02 20:29:41 +0000
commitb36eb9df205aa83cfdfc8ecebc93e1043d6253d9 (patch)
tree7e2f1cb8e86568a2cc6703d40470b0daa9ef7ce1 /test
parent7b4e503cdc32eb7e8491f028d946f5528025ea7e (diff)
downloadexternal_llvm-b36eb9df205aa83cfdfc8ecebc93e1043d6253d9.zip
external_llvm-b36eb9df205aa83cfdfc8ecebc93e1043d6253d9.tar.gz
external_llvm-b36eb9df205aa83cfdfc8ecebc93e1043d6253d9.tar.bz2
Fix issue in regscavenger when scavenging a callee-saved register that has not been spilled.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77912 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/Blackfin/addsub-i128.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/Blackfin/addsub-i128.ll b/test/CodeGen/Blackfin/addsub-i128.ll
index 8dd04d8..f0934e9 100644
--- a/test/CodeGen/Blackfin/addsub-i128.ll
+++ b/test/CodeGen/Blackfin/addsub-i128.ll
@@ -1,7 +1,7 @@
; RUN: llvm-as < %s | llc -march=bfin -verify-machineinstrs
-; XFAIL: *
-; Assertion failed: (isUsed(Reg) && "Using an undefined register!"),
-; function forward, file RegisterScavenging.cpp, line 182.
+
+; These functions have just the right size to annoy the register scavenger: They
+; use all the scratch registers, but not all the callee-saved registers.
define void @test_add(i64 %AL, i64 %AH, i64 %BL, i64 %BH, i64* %RL, i64* %RH) {
entry: