diff options
author | Evan Cheng <evan.cheng@apple.com> | 2010-05-29 02:23:39 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2010-05-29 02:23:39 +0000 |
commit | 707b7cc429edfcac2c375a199ed4a86b32b21f5d (patch) | |
tree | 00443ba9f4a9c981532ab43b1f41430f17d2178c /llvm/test/CodeGen/X86/2008-03-10-RegAllocInfLoop.ll | |
parent | 27c4933e025b2938deb62bee4a9cf385e8e5ab9f (diff) | |
download | bcm5719-llvm-707b7cc429edfcac2c375a199ed4a86b32b21f5d.tar.gz bcm5719-llvm-707b7cc429edfcac2c375a199ed4a86b32b21f5d.zip |
Remove schedule-livein-copies. It's not being used.
llvm-svn: 105095
Diffstat (limited to 'llvm/test/CodeGen/X86/2008-03-10-RegAllocInfLoop.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/2008-03-10-RegAllocInfLoop.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2008-03-10-RegAllocInfLoop.ll b/llvm/test/CodeGen/X86/2008-03-10-RegAllocInfLoop.ll index cd2d609b535..40aafb4c54d 100644 --- a/llvm/test/CodeGen/X86/2008-03-10-RegAllocInfLoop.ll +++ b/llvm/test/CodeGen/X86/2008-03-10-RegAllocInfLoop.ll @@ -1,5 +1,4 @@ ; RUN: llc < %s -mtriple=i386-pc-linux-gnu -relocation-model=pic -disable-fp-elim -; RUN: llc < %s -mtriple=i386-pc-linux-gnu -relocation-model=pic -disable-fp-elim -schedule-livein-copies | not grep {Number of register spills} ; PR2134 declare fastcc i8* @w_addchar(i8*, i32*, i32*, i8 signext ) nounwind |