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

Evan Cheng evan.cheng at apple.com
Wed May 10 12:53:18 PDT 2006



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

2006-05-08-InstrSched.ll updated: 1.1 -> 1.2
---
Log message:

Update test case

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

 2006-05-08-InstrSched.ll |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/test/Regression/CodeGen/X86/2006-05-08-InstrSched.ll
diff -u llvm/test/Regression/CodeGen/X86/2006-05-08-InstrSched.ll:1.1 llvm/test/Regression/CodeGen/X86/2006-05-08-InstrSched.ll:1.2
--- llvm/test/Regression/CodeGen/X86/2006-05-08-InstrSched.ll:1.1	Tue May  9 02:20:24 2006
+++ llvm/test/Regression/CodeGen/X86/2006-05-08-InstrSched.ll	Wed May 10 14:53:05 2006
@@ -1,3 +1,4 @@
+; RUN: llvm-as < %s | llc -march=x86 -relocation-model=static -sched-lower-defnuse &&
 ; RUN: llvm-as < %s | llc -march=x86 -relocation-model=static -sched-lower-defnuse | not grep 'xorb $16, %cl'
 
 %A = external global ushort*






More information about the llvm-commits mailing list