diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-08-05 03:53:14 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-08-05 03:53:14 +0000 |
commit | 6ade93bbdceac28f441cfdc2571929a866eb7d24 (patch) | |
tree | 270c1464c403941fa15a34f3a37160edb508355c /test/CodeGen/Blackfin | |
parent | aa289d5e7f526b3586a2b1e0b5bb6c1e5af9ef5d (diff) | |
download | external_llvm-6ade93bbdceac28f441cfdc2571929a866eb7d24.zip external_llvm-6ade93bbdceac28f441cfdc2571929a866eb7d24.tar.gz external_llvm-6ade93bbdceac28f441cfdc2571929a866eb7d24.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/Blackfin')
-rw-r--r-- | test/CodeGen/Blackfin/printf2.ll | 3 |
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*, ...) |