Changes in directory llvm/test/Regression/Other:

2002-01-31-CallGraph.ll updated: 1.2 -> 1.3
2002-01-31-PostDomSet-2.ll updated: 1.2 -> 1.3
2002-01-31-PostDomSet.ll updated: 1.3 -> 1.4
2002-08-02-DomSetProblem.ll updated: 1.2 -> 1.3
2003-02-19-LoopInfoNestingBug.ll updated: 1.3 -> 1.4
2004-08-20-PackedControlFlow.ll updated: 1.1 -> 1.2
---
Log message:

Adjust tests now that opt doesn't read .ll files.


---
Diffs of the changes:  (+6 -6)

 2002-01-31-CallGraph.ll          |    2 +-
 2002-01-31-PostDomSet-2.ll       |    2 +-
 2002-01-31-PostDomSet.ll         |    2 +-
 2002-08-02-DomSetProblem.ll      |    2 +-
 2003-02-19-LoopInfoNestingBug.ll |    2 +-
 2004-08-20-PackedControlFlow.ll  |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)


Index: llvm/test/Regression/Other/2002-01-31-CallGraph.ll
diff -u llvm/test/Regression/Other/2002-01-31-CallGraph.ll:1.2 
llvm/test/Regression/Other/2002-01-31-CallGraph.ll:1.3
--- llvm/test/Regression/Other/2002-01-31-CallGraph.ll:1.2      Mon Aug 21 
23:37:51 2006
+++ llvm/test/Regression/Other/2002-01-31-CallGraph.ll  Sun Aug 27 17:44:20 2006
@@ -1,6 +1,6 @@
 ;  Call graph construction crash: Not handling indirect calls right
 ;
-; RUN: opt -analyze -callgraph %s
+; RUN: llvm-as < %s | opt -analyze -callgraph
 ;
 
 %FunTy = type int(int)


Index: llvm/test/Regression/Other/2002-01-31-PostDomSet-2.ll
diff -u llvm/test/Regression/Other/2002-01-31-PostDomSet-2.ll:1.2 
llvm/test/Regression/Other/2002-01-31-PostDomSet-2.ll:1.3
--- llvm/test/Regression/Other/2002-01-31-PostDomSet-2.ll:1.2   Mon Aug 21 
23:37:51 2006
+++ llvm/test/Regression/Other/2002-01-31-PostDomSet-2.ll       Sun Aug 27 
17:44:20 2006
@@ -1,6 +1,6 @@
 ; Crash in post dominator set construction.
 ;
-; RUN: opt -analyze -postdomset %s
+; RUN: llvm-as < %s | opt -analyze -postdomset
 ;
 
 implementation


Index: llvm/test/Regression/Other/2002-01-31-PostDomSet.ll
diff -u llvm/test/Regression/Other/2002-01-31-PostDomSet.ll:1.3 
llvm/test/Regression/Other/2002-01-31-PostDomSet.ll:1.4
--- llvm/test/Regression/Other/2002-01-31-PostDomSet.ll:1.3     Mon Aug 21 
23:37:51 2006
+++ llvm/test/Regression/Other/2002-01-31-PostDomSet.ll Sun Aug 27 17:44:20 2006
@@ -1,6 +1,6 @@
 ; Crash in post dominator set construction.
 ;
-; RUN: opt -analyze -postdomset %s
+; RUN: llvm-as < %s | opt -analyze -postdomset
 ;
 
 implementation


Index: llvm/test/Regression/Other/2002-08-02-DomSetProblem.ll
diff -u llvm/test/Regression/Other/2002-08-02-DomSetProblem.ll:1.2 
llvm/test/Regression/Other/2002-08-02-DomSetProblem.ll:1.3
--- llvm/test/Regression/Other/2002-08-02-DomSetProblem.ll:1.2  Mon Aug 21 
23:37:51 2006
+++ llvm/test/Regression/Other/2002-08-02-DomSetProblem.ll      Sun Aug 27 
17:44:20 2006
@@ -2,7 +2,7 @@
 ; blocks.  These blocks should at least dominate themselves.  This is 
 ; fouling up the verify pass.
 ;
-; RUN: opt -analyze -domset %s | grep BB
+; RUN: llvm-as < %s | opt -analyze -domset | grep BB
 
 void %test() {
        ret void


Index: llvm/test/Regression/Other/2003-02-19-LoopInfoNestingBug.ll
diff -u llvm/test/Regression/Other/2003-02-19-LoopInfoNestingBug.ll:1.3 
llvm/test/Regression/Other/2003-02-19-LoopInfoNestingBug.ll:1.4
--- llvm/test/Regression/Other/2003-02-19-LoopInfoNestingBug.ll:1.3     Mon Aug 
21 23:37:51 2006
+++ llvm/test/Regression/Other/2003-02-19-LoopInfoNestingBug.ll Sun Aug 27 
17:44:20 2006
@@ -2,7 +2,7 @@
 ; figure out that loop "Inner" should be nested inside of leep "LoopHeader", 
 ; and instead nests it just inside loop "Top"
 ;
-; RUN: opt -analyze -loops %s | grep '     Loop Containing:[ ]*%Inner'
+; RUN: llvm-as < %s | opt -analyze -loops | grep '     Loop Containing:[ 
]*%Inner'
 ;
 
 implementation


Index: llvm/test/Regression/Other/2004-08-20-PackedControlFlow.ll
diff -u llvm/test/Regression/Other/2004-08-20-PackedControlFlow.ll:1.1 
llvm/test/Regression/Other/2004-08-20-PackedControlFlow.ll:1.2
--- llvm/test/Regression/Other/2004-08-20-PackedControlFlow.ll:1.1      Fri Aug 
20 03:34:27 2004
+++ llvm/test/Regression/Other/2004-08-20-PackedControlFlow.ll  Sun Aug 27 
17:44:20 2006
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llvm-dis | llvm-as
+; RUN: llvm-as < %s | llvm-dis | llvm-as > /dev/null
 
 %v4f = type <4 x float>
 



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

Reply via email to