summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/xray-armv6-attribute-instrumentation.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/xray-armv6-attribute-instrumentation.ll')
-rw-r--r--test/CodeGen/ARM/xray-armv6-attribute-instrumentation.ll9
1 files changed, 4 insertions, 5 deletions
diff --git a/test/CodeGen/ARM/xray-armv6-attribute-instrumentation.ll b/test/CodeGen/ARM/xray-armv6-attribute-instrumentation.ll
index 5e3c45c3454d8..5017de835b5da 100644
--- a/test/CodeGen/ARM/xray-armv6-attribute-instrumentation.ll
+++ b/test/CodeGen/ARM/xray-armv6-attribute-instrumentation.ll
@@ -24,14 +24,13 @@ define i32 @foo() nounwind noinline uwtable "function-instrument"="xray-always"
; CHECK-NEXT: bx lr
}
; CHECK: .p2align 4
-; CHECK-NEXT: .long {{.*}}Lxray_synthetic_0
; CHECK-NEXT: .long {{.*}}Lxray_fn_idx_synth_0
; CHECK-NEXT: .section {{.*}}xray_instr_map{{.*}}
-; CHECK-LABEL: Lxray_synthetic_0:
+; CHECK-LABEL: Lxray_sleds_start0:
; CHECK: .long {{.*}}Lxray_sled_0
; CHECK: .long {{.*}}Lxray_sled_1
-; CHECK-LABEL: Lxray_synthetic_end0:
+; CHECK-LABEL: Lxray_sleds_end0:
; CHECK: .section {{.*}}xray_fn_idx{{.*}}
; CHECK-LABEL: Lxray_fn_idx_synth_0:
-; CHECK: .long {{.*}}Lxray_synthetic_0
-; CHECK-NEXT: .long {{.*}}Lxray_synthetic_end0
+; CHECK: .long {{.*}}Lxray_sleds_start0
+; CHECK-NEXT: .long {{.*}}Lxray_sleds_end0