1. ARM/MC/ELF: A few more ELF relocs for .o
[oota-llvm.git] / test / CodeGen / ARM / lsr-code-insertion.ll
index 3881e91453b4706f4d54e05836efa43f9363b2fc..b8c543b1bd189da31df028e352d8d9598147d1a4 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 {38.*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: