diff options
| author | Reid Kleckner <rnk@google.com> | 2017-05-09 16:01:47 +0000 |
|---|---|---|
| committer | Reid Kleckner <rnk@google.com> | 2017-05-09 16:01:47 +0000 |
| commit | 84075fddfff8163c2e799ebd55a27b7b37d161b6 (patch) | |
| tree | 3f9f568522c9a371bfbffaf41b78f3ff42fd40ae /llvm/test/DebugInfo | |
| parent | fb82abd845e72e3aebdb271172119b83dd270910 (diff) | |
| download | bcm5719-llvm-84075fddfff8163c2e799ebd55a27b7b37d161b6.tar.gz bcm5719-llvm-84075fddfff8163c2e799ebd55a27b7b37d161b6.zip | |
Re-land "Don't add DBG_VALUE instructions for static allocas in dbg.declare"
This re-lands commit r302461. It was not the cause of PR32977.
llvm-svn: 302543
Diffstat (limited to 'llvm/test/DebugInfo')
| -rw-r--r-- | llvm/test/DebugInfo/COFF/local-variables.ll | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/test/DebugInfo/COFF/local-variables.ll b/llvm/test/DebugInfo/COFF/local-variables.ll index d1ad8767d41..c0bac0d174a 100644 --- a/llvm/test/DebugInfo/COFF/local-variables.ll +++ b/llvm/test/DebugInfo/COFF/local-variables.ll @@ -28,7 +28,6 @@ ; 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 @@ -36,8 +35,6 @@ ; 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.*]]: @@ -51,8 +48,6 @@ ; 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.*]]: |

