aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo/AArch64/struct_by_value.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/DebugInfo/AArch64/struct_by_value.ll')
-rw-r--r--test/DebugInfo/AArch64/struct_by_value.ll4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/DebugInfo/AArch64/struct_by_value.ll b/test/DebugInfo/AArch64/struct_by_value.ll
index 0023c3d..0e336f7 100644
--- a/test/DebugInfo/AArch64/struct_by_value.ll
+++ b/test/DebugInfo/AArch64/struct_by_value.ll
@@ -1,7 +1,9 @@
; A by-value struct is a register-indirect value (breg).
; RUN: llc %s -filetype=asm -o - | FileCheck %s
-; CHECK: DW_OP_breg0
+; CHECK: DW_AT_location
+; CHECK-NEXT: .byte 112
+; 112 = 0x70 = DW_OP_breg0
; rdar://problem/13658587
;