Make tests register allocation independent again.
[oota-llvm.git] / test / Analysis / GlobalsModRef / chaining-analysis.ll
index b1d4593ac99207ead11cc85a39e90b734f222365..431b2a68cf4cd6fa77ae2118430b6fb8d108a672 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -globalsmodref-aa -gvn -S | 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).