aboutsummaryrefslogtreecommitdiff
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.ll10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/CodeGen/XCore/getid.ll b/test/CodeGen/XCore/getid.ll
deleted file mode 100644
index da80e10a0a66..000000000000
--- a/test/CodeGen/XCore/getid.ll
+++ /dev/null
@@ -1,10 +0,0 @@
-; RUN: llc < %s -march=xcore | FileCheck %s
-declare i32 @llvm.xcore.getid()
-
-define i32 @test() {
-; CHECK-LABEL: test:
-; CHECK: get r11, id
-; CHECK-NEXT: mov r0, r11
- %result = call i32 @llvm.xcore.getid()
- ret i32 %result
-}