aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/dbg.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/dbg.ll')
-rw-r--r--test/CodeGen/ARM/dbg.ll13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/CodeGen/ARM/dbg.ll b/test/CodeGen/ARM/dbg.ll
deleted file mode 100644
index 8bce1a65c15e..000000000000
--- a/test/CodeGen/ARM/dbg.ll
+++ /dev/null
@@ -1,13 +0,0 @@
-; RUN: llc -mtriple armv8-eabi -mcpu=cortex-a57 -o - %s | FileCheck %s
-; RUN: llc -mtriple thumbv8-eabi -mcpu=cortex-a57 -o - %s | FileCheck %s
-
-define void @hint_dbg() {
-entry:
- call void @llvm.arm.dbg(i32 0)
- ret void
-}
-
-declare void @llvm.arm.dbg(i32)
-
-; CHECK: dbg #0
-