aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/xray-attribute-instrumentation.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AArch64/xray-attribute-instrumentation.ll')
-rw-r--r--test/CodeGen/AArch64/xray-attribute-instrumentation.ll33
1 files changed, 0 insertions, 33 deletions
diff --git a/test/CodeGen/AArch64/xray-attribute-instrumentation.ll b/test/CodeGen/AArch64/xray-attribute-instrumentation.ll
deleted file mode 100644
index 5f01c7c8be84..000000000000
--- a/test/CodeGen/AArch64/xray-attribute-instrumentation.ll
+++ /dev/null
@@ -1,33 +0,0 @@
-; RUN: llc -filetype=asm -o - -mtriple=aarch64-unknown-linux-gnu < %s | FileCheck %s
-
-define i32 @foo() nounwind noinline uwtable "function-instrument"="xray-always" {
-; CHECK-LABEL: Lxray_sled_0:
-; CHECK-NEXT: b #32
-; CHECK-NEXT: nop
-; CHECK-NEXT: nop
-; CHECK-NEXT: nop
-; CHECK-NEXT: nop
-; CHECK-NEXT: nop
-; CHECK-NEXT: nop
-; CHECK-NEXT: nop
-; CHECK-LABEL: Ltmp0:
- ret i32 0
-; CHECK-LABEL: Lxray_sled_1:
-; CHECK-NEXT: b #32
-; CHECK-NEXT: nop
-; CHECK-NEXT: nop
-; CHECK-NEXT: nop
-; CHECK-NEXT: nop
-; CHECK-NEXT: nop
-; CHECK-NEXT: nop
-; CHECK-NEXT: nop
-; CHECK-LABEL: Ltmp1:
-; CHECK-NEXT: ret
-}
-; CHECK: .p2align 4
-; CHECK-NEXT: .xword .Lxray_fn_idx_synth_0
-; CHECK-NEXT: .section xray_instr_map,{{.*}}
-; CHECK-LABEL: Lxray_sleds_start0
-; CHECK: .xword .Lxray_sled_0
-; CHECK: .xword .Lxray_sled_1
-; CHECK-LABEL: Lxray_sleds_end0