[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/rotl.ll

Reid Spencer reid at x10sys.com
Fri Jan 5 10:33:58 PST 2007



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

rotl.ll updated: 1.4 -> 1.5
---
Log message:

Wrap long RUN: line.


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

 rotl.ll |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


Index: llvm/test/Regression/CodeGen/PowerPC/rotl.ll
diff -u llvm/test/Regression/CodeGen/PowerPC/rotl.ll:1.4 llvm/test/Regression/CodeGen/PowerPC/rotl.ll:1.5
--- llvm/test/Regression/CodeGen/PowerPC/rotl.ll:1.4	Mon Jan  1 23:53:06 2007
+++ llvm/test/Regression/CodeGen/PowerPC/rotl.ll	Fri Jan  5 12:33:43 2007
@@ -1,6 +1,8 @@
 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | not grep or && 
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | grep rlwnm | wc -l | grep 2 &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | grep rlwinm | wc -l | grep 2
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | \
+; RUN:    grep rlwnm  | wc -l | grep 2 &&
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | \
+; RUN:    grep rlwinm | wc -l | grep 2
 
 implementation   ; Functions:
 






More information about the llvm-commits mailing list