aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/print-mrs-system-register.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AArch64/print-mrs-system-register.ll')
-rw-r--r--test/CodeGen/AArch64/print-mrs-system-register.ll11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/CodeGen/AArch64/print-mrs-system-register.ll b/test/CodeGen/AArch64/print-mrs-system-register.ll
deleted file mode 100644
index 3411ed6161bd..000000000000
--- a/test/CodeGen/AArch64/print-mrs-system-register.ll
+++ /dev/null
@@ -1,11 +0,0 @@
-; RUN: llc -mtriple=arm64-apple-darwin %s -o - | FileCheck %s
-
-; CHECK: mrs x0, CPM_IOACC_CTL_EL3
-
-define void @foo1() #0 {
-entry:
- tail call void asm sideeffect "mrs x0, cpm_ioacc_ctl_el3", ""()
- ret void
-}
-
-attributes #0 = { "target-cpu"="cyclone" }