FileCheckize a bunch of tests.
[oota-llvm.git] / test / Analysis / BasicAA / must-and-partial.ll
index 93b6184f4f4a812ade17325f51def9ff127ace32..58139ff30eca73246ce56b3ba22344f15089ddeb 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -basicaa -aa-eval -print-all-alias-modref-info |& FileCheck %s
+; RUN: opt < %s -basicaa -aa-eval -print-all-alias-modref-info 2>&1 | FileCheck %s
 
 ; When merging MustAlias and PartialAlias, merge to PartialAlias
 ; instead of MayAlias.