Fix the order of the operands in the llvm.fma intrinsic patterns for ARM,
[oota-llvm.git] / test / Analysis / ScalarEvolution / 2008-07-19-WrappingIV.ll
index 116e6da85abc37c56f53a256498e42726b3e11f6..86e07ec41b9ce2fb2f9b3edba5a5756f7ce2bc14 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -analyze -scalar-evolution -disable-output \
+; RUN: opt < %s -analyze -scalar-evolution \
 ; RUN:   -scalar-evolution-max-iterations=0 | grep {backedge-taken count is 113}
 ; PR2088