tweak test to check instructions rather than relying on the comment string
[oota-llvm.git] / test / CodeGen / ARM / ldr_pre.ll
index 7e447422361eaa61cf6160243882adc3d7a97478..7c442845682ec9dfbce2c53d6e163e75a57f2f89 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=arm | \
+; RUN: llc < %s -march=arm | \
 ; RUN:   grep {ldr.*\\!} | count 2
 
 define i32* @test1(i32* %X, i32* %dest) {