Make tests register allocation independent again.
[oota-llvm.git] / test / Analysis / GlobalsModRef / chaining-analysis.ll
index 01d86112a8acf44c56e8fece080a05ea5e83cdb8..431b2a68cf4cd6fa77ae2118430b6fb8d108a672 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -globalsmodref-aa -gvn | llvm-dis | not grep load
+; RUN: opt < %s -basicaa -globalsmodref-aa -gvn -S | not grep load
 
 ; This test requires the use of previous analyses to determine that
 ; doesnotmodX does not modify X (because 'sin' doesn't).