[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/2006-05-02-InstrSched2.ll

Evan Cheng evan.cheng at apple.com
Mon Jan 8 15:57:55 PST 2007



Changes in directory llvm/test/Regression/CodeGen/X86:

2006-05-02-InstrSched2.ll updated: 1.3 -> 1.4
---
Log message:

Undo xfail now scheduler deficiency has been fixed.

---
Diffs of the changes:  (+1 -2)

 2006-05-02-InstrSched2.ll |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)


Index: llvm/test/Regression/CodeGen/X86/2006-05-02-InstrSched2.ll
diff -u llvm/test/Regression/CodeGen/X86/2006-05-02-InstrSched2.ll:1.3 llvm/test/Regression/CodeGen/X86/2006-05-02-InstrSched2.ll:1.4
--- llvm/test/Regression/CodeGen/X86/2006-05-02-InstrSched2.ll:1.3	Fri Dec  1 22:23:08 2006
+++ llvm/test/Regression/CodeGen/X86/2006-05-02-InstrSched2.ll	Mon Jan  8 17:57:40 2007
@@ -1,5 +1,4 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -stats 2>&1 | grep "asm-printer" | grep 19
-; XFAIL: *
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -stats 2>&1 | grep "asm-printer" | grep 18
 
 void %_ZN9__gnu_cxx9hashtableISt4pairIKPKciES3_NS_4hashIS3_EESt10_Select1stIS5_E5eqstrSaIiEE14find_or_insertERKS5__cond_true456.i(sbyte* %tmp435.i, uint* %tmp449.i.out) {
 newFuncRoot:






More information about the llvm-commits mailing list