[mips] Set flag neverHasSideEffects flag on some of the floating point instructions.
[oota-llvm.git] / test / CodeGen / Mips / 2008-07-23-fpcmp.ll
index 519e4b93a72b312b26e41c195aeb2834e13266ea..9c547f15c9a6b8074c85b8368b5250de96860a8d 100644 (file)
@@ -1,6 +1,6 @@
 ; RUN: llc < %s -march=mips -o %t
-; RUN: grep {c\\..*\\.s} %t | count 3
-; RUN: grep {bc1\[tf\]} %t | count 3
+; RUN: grep "c\..*\.s" %t | count 3
+; RUN: grep "bc1[tf]" %t | count 3
 
 ; FIXME: Disabled because branch instructions are generated where
 ; conditional move instructions are expected.