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



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to