Don't depend on basic block numbering.
[oota-llvm.git] / test / CodeGen / ARM / lsr-code-insertion.ll
index 3881e91453b4706f4d54e05836efa43f9363b2fc..9f1a44a5febbd1047fd420690cb0ce87c0ea172f 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -stats |& grep {39.*Number of machine instrs printed}
-; RUN: llvm-as < %s | llc -stats |& grep {.*Number of re-materialization}
+; RUN: llc < %s -stats |& grep {36.*Number of machine instrs printed}
+; RUN: llc < %s -stats |& not grep {.*Number of re-materialization}
 ; This test really wants to check that the resultant "cond_true" block only 
 ; has a single store in it, and that cond_true55 only has code to materialize 
 ; the constant and do a store.  We do *not* want something like this: