[llvm-commits] CVS: llvm/test/CodeGen/Alpha/ctpop.ll
Reid Spencer
reid at x10sys.com
Mon Apr 16 08:32:59 PDT 2007
Changes in directory llvm/test/CodeGen/Alpha:
ctpop.ll updated: 1.10 -> 1.11
---
Log message:
For PR1319: http://llvm.org/PR1319 :
Fix syntax of tests to ensure grep pattern is properly quoted.
---
Diffs of the changes: (+1 -1)
ctpop.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/CodeGen/Alpha/ctpop.ll
diff -u llvm/test/CodeGen/Alpha/ctpop.ll:1.10 llvm/test/CodeGen/Alpha/ctpop.ll:1.11
--- llvm/test/CodeGen/Alpha/ctpop.ll:1.10 Sun Apr 15 22:18:25 2007
+++ llvm/test/CodeGen/Alpha/ctpop.ll Mon Apr 16 10:31:48 2007
@@ -7,7 +7,7 @@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha -mcpu=ev56 | \
; RUN: not grep -i ctpop
; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha -mattr=-CIX | \
-; RUN: not grep -i 'ctpop'
+; RUN: not grep -i ctpop
; XFAIL: *
declare long %llvm.ctpop.i64(long)
More information about the llvm-commits
mailing list