summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/XCore/getid.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/XCore/getid.ll')
-rw-r--r--test/CodeGen/XCore/getid.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/XCore/getid.ll b/test/CodeGen/XCore/getid.ll
index 810e8ad..ecab65c 100644
--- a/test/CodeGen/XCore/getid.ll
+++ b/test/CodeGen/XCore/getid.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=xcore > %t1.s
+; RUN: llc < %s -march=xcore > %t1.s
; RUN: grep "get r11, id" %t1.s | count 1
declare i32 @llvm.xcore.getid()
OpenPOWER on IntegriCloud