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

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


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

gcsetest.ll updated: 1.4 -> 1.5

---
Log message:

Do not chain to basic-aa


---
Diffs of the changes:

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





More information about the llvm-commits mailing list