summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/truncstore-dag-combine.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/truncstore-dag-combine.ll')
-rw-r--r--test/CodeGen/ARM/truncstore-dag-combine.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/truncstore-dag-combine.ll b/test/CodeGen/ARM/truncstore-dag-combine.ll
index 0e85fb6..2da08b6 100644
--- a/test/CodeGen/ARM/truncstore-dag-combine.ll
+++ b/test/CodeGen/ARM/truncstore-dag-combine.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=arm | not grep orr
-; RUN: llvm-as < %s | llc -march=arm | not grep mov
+; RUN: llc < %s -march=arm | not grep orr
+; RUN: llc < %s -march=arm | not grep mov
define void @bar(i8* %P, i16* %Q) {
entry:
OpenPOWER on IntegriCloud