summaryrefslogtreecommitdiff
path: root/test/CodeGen/XCore/sext.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/XCore/sext.ll')
-rw-r--r--test/CodeGen/XCore/sext.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/XCore/sext.ll b/test/CodeGen/XCore/sext.ll
index 905bcc462f..9cd4ad66a5 100644
--- a/test/CodeGen/XCore/sext.ll
+++ b/test/CodeGen/XCore/sext.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=xcore | FileCheck %s
+; RUN: llc < %s -march=xcore | FileCheck %s
define i32 @sext1(i32 %a) {
%1 = trunc i32 %a to i1
%2 = sext i1 %1 to i32