diff options
Diffstat (limited to 'test/CodeGen/XCore/basictest.ll')
-rw-r--r-- | test/CodeGen/XCore/basictest.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/XCore/basictest.ll b/test/CodeGen/XCore/basictest.ll index 803ffcb74c..de5eaff080 100644 --- a/test/CodeGen/XCore/basictest.ll +++ b/test/CodeGen/XCore/basictest.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=xcore +; RUN: llc < %s -march=xcore define i32 @test(i32 %X) { %tmp.1 = add i32 %X, 1 |