[llvm-commits] CVS: llvm/test/CodeGen/PowerPC/2004-12-12-ZeroSizeCommon.ll and-imm.ll small-arguments.ll
Reid Spencer
reid at x10sys.com
Mon Apr 16 08:32:59 PDT 2007
Changes in directory llvm/test/CodeGen/PowerPC:
2004-12-12-ZeroSizeCommon.ll updated: 1.2 -> 1.3
and-imm.ll updated: 1.3 -> 1.4
small-arguments.ll updated: 1.9 -> 1.10
---
Log message:
For PR1319: http://llvm.org/PR1319 :
Fix syntax of tests to ensure grep pattern is properly quoted.
---
Diffs of the changes: (+3 -4)
2004-12-12-ZeroSizeCommon.ll | 2 +-
and-imm.ll | 2 +-
small-arguments.ll | 3 +--
3 files changed, 3 insertions(+), 4 deletions(-)
Index: llvm/test/CodeGen/PowerPC/2004-12-12-ZeroSizeCommon.ll
diff -u llvm/test/CodeGen/PowerPC/2004-12-12-ZeroSizeCommon.ll:1.2 llvm/test/CodeGen/PowerPC/2004-12-12-ZeroSizeCommon.ll:1.3
--- llvm/test/CodeGen/PowerPC/2004-12-12-ZeroSizeCommon.ll:1.2 Fri Dec 1 22:23:08 2006
+++ llvm/test/CodeGen/PowerPC/2004-12-12-ZeroSizeCommon.ll Mon Apr 16 10:31:49 2007
@@ -1,3 +1,3 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | not grep '.comm.*X,0'
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | not grep .comm.*X,0
%X = linkonce global {} {}
Index: llvm/test/CodeGen/PowerPC/and-imm.ll
diff -u llvm/test/CodeGen/PowerPC/and-imm.ll:1.3 llvm/test/CodeGen/PowerPC/and-imm.ll:1.4
--- llvm/test/CodeGen/PowerPC/and-imm.ll:1.3 Fri Dec 1 22:23:08 2006
+++ llvm/test/CodeGen/PowerPC/and-imm.ll Mon Apr 16 10:31:49 2007
@@ -1,4 +1,4 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | not grep 'ori\|lis'
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | not grep {ori\\|lis}
int %test(int %X) {
%Y = and int %X, 32769 ; andi. r3, r3, 32769
Index: llvm/test/CodeGen/PowerPC/small-arguments.ll
diff -u llvm/test/CodeGen/PowerPC/small-arguments.ll:1.9 llvm/test/CodeGen/PowerPC/small-arguments.ll:1.10
--- llvm/test/CodeGen/PowerPC/small-arguments.ll:1.9 Fri Jan 26 02:25:06 2007
+++ llvm/test/CodeGen/PowerPC/small-arguments.ll Mon Apr 16 10:31:49 2007
@@ -1,5 +1,4 @@
-; RUN: llvm-as < %s | llc -march=ppc32 &&
-; RUN: llvm-as < %s | llc -march=ppc32 | not grep 'extsh\|rlwinm'
+; RUN: llvm-as < %s | llc -march=ppc32 | not grep {extsh\\|rlwinm}
declare i16 @foo() sext
More information about the llvm-commits
mailing list