[llvm-commits] CVS: llvm/test/Regression/Analysis/DSGraph/gcsetest.ll

Chris Lattner lattner at cs.uiuc.edu
Sat Jun 28 18:25:28 PDT 2003


Changes in directory llvm/test/Regression/Analysis/DSGraph:

gcsetest.ll updated: 1.3 -> 1.4

---
Log message:

Remove explicit control flow through the use of the 'not' script


---
Diffs of the changes:

Index: llvm/test/Regression/Analysis/DSGraph/gcsetest.ll
diff -u llvm/test/Regression/Analysis/DSGraph/gcsetest.ll:1.3 llvm/test/Regression/Analysis/DSGraph/gcsetest.ll:1.4
--- llvm/test/Regression/Analysis/DSGraph/gcsetest.ll:1.3	Mon Feb 24 14:30:14 2003
+++ llvm/test/Regression/Analysis/DSGraph/gcsetest.ll	Sat Jun 28 18:23:11 2003
@@ -1,10 +1,7 @@
 ; Test that GCSE uses ds-aa to do alias analysis, which is capable of 
 ; disambiguating some cases.
 
-; RUN: if as < %s | opt -ds-aa -load-vn -gcse -instcombine -dce | dis | grep ELIM
-; RUN: then exit 1
-; RUN: else exit 0
-; RUN: fi
+; RUN: as < %s | opt -ds-aa -load-vn -gcse -instcombine -dce | dis | not grep ELIM
 
 %intpair = type {int*, int*}
 implementation





More information about the llvm-commits mailing list