Now that ScalarEvolution::print writes to the correct stream, there is
[oota-llvm.git] / test / Analysis / ScalarEvolution / trip-count.ll
index a689e71eaa3c4c6a73e6e03155288ce06eecf49c..c37f4199f3be1d15b41731a21593690056566c27 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -analyze -scalar-evolution |& \
+; RUN: llvm-as < %s | opt -analyze -scalar-evolution | \
 ; RUN:   grep {10000 iterations}
 ; PR1101