diff options
Diffstat (limited to 'llvm/test/DebugInfo/COFF/local-variables.ll')
| -rw-r--r-- | llvm/test/DebugInfo/COFF/local-variables.ll | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/COFF/local-variables.ll b/llvm/test/DebugInfo/COFF/local-variables.ll index c0bac0d174a..d1ad8767d41 100644 --- a/llvm/test/DebugInfo/COFF/local-variables.ll +++ b/llvm/test/DebugInfo/COFF/local-variables.ll @@ -28,6 +28,7 @@ ; ASM: .seh_proc f ; ASM: # BB#0: # %entry ; ASM: subq $56, %rsp +; ASM: #DEBUG_VALUE: f:param <- [%RSP+52] ; ASM: movl %ecx, 52(%rsp) ; ASM: [[prologue_end:\.Ltmp.*]]: ; ASM: .cv_loc 0 1 8 7 # t.cpp:8:7 @@ -35,6 +36,8 @@ ; ASM: je .LBB0_2 ; ASM: [[if_start:\.Ltmp.*]]: ; ASM: # BB#1: # %if.then +; ASM: #DEBUG_VALUE: f:param <- [%RSP+52] +; ASM: #DEBUG_VALUE: a <- [%RSP+40] ; ASM: .cv_loc 0 1 9 9 # t.cpp:9:9 ; ASM: movl $42, 40(%rsp) ; ASM: [[inline_site1:\.Ltmp.*]]: @@ -48,6 +51,8 @@ ; ASM: jmp .LBB0_3 ; ASM: [[else_start:\.Ltmp.*]]: ; ASM: .LBB0_2: # %if.else +; ASM: #DEBUG_VALUE: f:param <- [%RSP+52] +; ASM: #DEBUG_VALUE: b <- [%RSP+36] ; ASM: .cv_loc 0 1 13 9 # t.cpp:13:9 ; ASM: movl $42, 36(%rsp) ; ASM: [[inline_site2:\.Ltmp.*]]: |

