Changes in directory llvm/test/Analysis/Dominators:

2007-01-14-BreakCritEdges.ll updated: 1.6 -> 1.7
---
Log message:

Fix this test to test what it was intended to test.


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

 2007-01-14-BreakCritEdges.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Analysis/Dominators/2007-01-14-BreakCritEdges.ll
diff -u llvm/test/Analysis/Dominators/2007-01-14-BreakCritEdges.ll:1.6 
llvm/test/Analysis/Dominators/2007-01-14-BreakCritEdges.ll:1.7
--- llvm/test/Analysis/Dominators/2007-01-14-BreakCritEdges.ll:1.6      Sun Apr 
15 03:54:57 2007
+++ llvm/test/Analysis/Dominators/2007-01-14-BreakCritEdges.ll  Sun Apr 15 
08:14:33 2007
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -break-crit-edges -domtree -disable-output
+; RUN: llvm-as < %s | opt -domtree -break-crit-edges -domtree -disable-output
 ; PR1110
 
        %struct.OggVorbis_File = type { i8*, i32, i64, i64, 
%struct.ogg_sync_state, i32, i64*, i64*, i32*, i64*, %struct.vorbis_info*, 
%struct.vorbis_comment*, i64, i32, i32, i32, double, double, 
%struct.ogg_stream_state, %struct.vorbis_dsp_state, %struct.vorbis_block, 
%struct.ov_callbacks }



_______________________________________________
llvm-commits mailing list
[EMAIL PROTECTED]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to