[llvm-commits] CVS: llvm/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll

Reid Spencer reid at x10sys.com
Mon Apr 16 10:38:13 PDT 2007



Changes in directory llvm/test/Analysis/LoopInfo:

2003-05-15-NestingProblem.ll updated: 1.5 -> 1.6
---
Log message:

For PR1319: http://llvm.org/PR1319 :
Remove && from the end of the lines to prevent tests from throwing run
lines into the background. Also, clean up places where the same command
is run multiple times by using a temporary file.


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

 2003-05-15-NestingProblem.ll |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


Index: llvm/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll
diff -u llvm/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll:1.5 llvm/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll:1.6
--- llvm/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll:1.5	Fri Dec  1 22:23:08 2006
+++ llvm/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll	Mon Apr 16 12:36:06 2007
@@ -1,7 +1,8 @@
 ; This testcase was incorrectly computing that the loopentry.7 loop was
 ; not a child of the loopentry.6 loop.
 ;
-; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -loops | grep "^            Loop Containing:  %loopentry.7"
+; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -loops | \
+; RUN:   grep {^            Loop Containing:  %loopentry.7}
 
 void %getAndMoveToFrontDecode() {		; No predecessors!
 	br label %endif.2






More information about the llvm-commits mailing list