summaryrefslogtreecommitdiff
path: root/test/CodeGen/XCore/unaligned_load.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/XCore/unaligned_load.ll')
-rw-r--r--test/CodeGen/XCore/unaligned_load.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/XCore/unaligned_load.ll b/test/CodeGen/XCore/unaligned_load.ll
index c1372ed42f..0ee8e1c326 100644
--- a/test/CodeGen/XCore/unaligned_load.ll
+++ b/test/CodeGen/XCore/unaligned_load.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=xcore > %t1.s
+; RUN: llc < %s -march=xcore > %t1.s
; RUN: grep "bl __misaligned_load" %t1.s | count 1
; RUN: grep ld16s %t1.s | count 2
; RUN: grep ldw %t1.s | count 2