Fix the order of the operands in the llvm.fma intrinsic patterns for ARM,
[oota-llvm.git] / test / Analysis / ScalarEvolution / smax.ll
index 157d54f3e63c499e204e36096ef664e65fa53f56..15dd744c8fd32e2483cac0b499b5ba093eec32bb 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: llvm-as < %s | opt -analyze -scalar-evolution | grep smax | count 2
-; RUN: llvm-as < %s | opt -analyze -scalar-evolution | grep \
-; RUN:     "%. smax  %. smax  %."
+; RUN: opt < %s -analyze -scalar-evolution | grep smax | count 2
+; RUN: opt < %s -analyze -scalar-evolution | grep \
+; RUN:     {%. smax %. smax %.}
 ; PR1614
 
 define i32 @x(i32 %a, i32 %b, i32 %c) {