[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/shift-double.llx
Chris Lattner
lattner at cs.uiuc.edu
Sun Aug 21 09:37:48 PDT 2005
Changes in directory llvm/test/Regression/CodeGen/X86:
shift-double.llx updated: 1.6 -> 1.7
---
Log message:
Fix a bug in the RUN line
---
Diffs of the changes: (+1 -1)
shift-double.llx | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/CodeGen/X86/shift-double.llx
diff -u llvm/test/Regression/CodeGen/X86/shift-double.llx:1.6 llvm/test/Regression/CodeGen/X86/shift-double.llx:1.7
--- llvm/test/Regression/CodeGen/X86/shift-double.llx:1.6 Thu Aug 18 20:14:40 2005
+++ llvm/test/Regression/CodeGen/X86/shift-double.llx Sun Aug 21 11:37:36 2005
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel grep sh[lr]d | wc -l | grep 5
+; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel | grep sh[lr]d | wc -l | grep 5
long %test1(long %X, ubyte %C) {
%Y = shl long %X, ubyte %C
More information about the llvm-commits
mailing list