aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-08-05 03:53:14 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-08-05 03:53:14 +0000
commit3cb21ebef2e5765089d404d584e03ebf310412c0 (patch)
tree270c1464c403941fa15a34f3a37160edb508355c /test/CodeGen
parent5bf205713e799a2072967a00b6d8550229c8204f (diff)
downloadexternal_llvm-3cb21ebef2e5765089d404d584e03ebf310412c0.zip
external_llvm-3cb21ebef2e5765089d404d584e03ebf310412c0.tar.gz
external_llvm-3cb21ebef2e5765089d404d584e03ebf310412c0.tar.bz2
Turn some insert_subreg, extract_subreg, subreg_to_reg into implicit_defs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78151 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/Blackfin/printf2.ll3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/CodeGen/Blackfin/printf2.ll b/test/CodeGen/Blackfin/printf2.ll
index 6f402d5..47c682d 100644
--- a/test/CodeGen/Blackfin/printf2.ll
+++ b/test/CodeGen/Blackfin/printf2.ll
@@ -1,7 +1,4 @@
; RUN: llvm-as < %s | llc -march=bfin
-; XFAIL: *
-; Assertion failed: (isUsed(Reg) && "Using an undefined register!"),
-; function forward, file RegisterScavenging.cpp, line 182.
declare i32 @printf(i8*, ...)