aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/XCore/basictest.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/XCore/basictest.ll')
-rw-r--r--test/CodeGen/XCore/basictest.ll6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/CodeGen/XCore/basictest.ll b/test/CodeGen/XCore/basictest.ll
deleted file mode 100644
index de5eaff08073..000000000000
--- a/test/CodeGen/XCore/basictest.ll
+++ /dev/null
@@ -1,6 +0,0 @@
-; RUN: llc < %s -march=xcore
-
-define i32 @test(i32 %X) {
- %tmp.1 = add i32 %X, 1
- ret i32 %tmp.1
-}