aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/shadow-call-stack.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AArch64/shadow-call-stack.ll')
-rw-r--r--test/CodeGen/AArch64/shadow-call-stack.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/AArch64/shadow-call-stack.ll b/test/CodeGen/AArch64/shadow-call-stack.ll
index dbd44fd3cd1..7ec1d639614 100644
--- a/test/CodeGen/AArch64/shadow-call-stack.ll
+++ b/test/CodeGen/AArch64/shadow-call-stack.ll
@@ -22,6 +22,7 @@ declare i32 @bar()
define i32 @f3() shadowcallstack {
; CHECK: f3:
; CHECK: str x30, [x18], #8
+ ; CHECK: .cfi_escape 0x16, 0x12, 0x02, 0x82, 0x78
; CHECK: str x30, [sp, #-16]!
%res = call i32 @bar()
%res1 = add i32 %res, 1