From: Reid Kleckner Date: Wed, 20 Sep 2017 21:56:21 +0000 (+0000) Subject: Commit local changes that missed llvm.dbg.addr X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04fcc66bc1484224f318ae2c9746c91ef59efcd9;p=llvm Commit local changes that missed llvm.dbg.addr git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313826 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/DebugInfo/X86/dbg-addr-dse.ll b/test/DebugInfo/X86/dbg-addr-dse.ll index 2c34ab4de1f..b438982b994 100644 --- a/test/DebugInfo/X86/dbg-addr-dse.ll +++ b/test/DebugInfo/X86/dbg-addr-dse.ll @@ -51,7 +51,8 @@ entry: ; ASM: callq escape ; ASM: #DEBUG_VALUE: f:x <- 1 ; ASM: movl $1, global(%rip) -; ASM: #DEBUG_VALUE: f:x <- [DW_OP_plus_uconst [[OFF_X]]] [%RSP+0] +; FIXME: Needs a fix to LiveDebugVariables +; ASMX: #DEBUG_VALUE: f:x <- [DW_OP_plus_uconst [[OFF_X]]] [%RSP+0] ; ASM: movl $2, [[OFF_X]](%rsp) ; ASM: callq escape ; ASM: retq @@ -60,7 +61,8 @@ entry: ; DWARF-NEXT: DW_AT_location (0x00000000 ; DWARF-NEXT: {{[^:]*}}: DW_OP_breg7 RSP+{{[0-9]+}} ; DWARF-NEXT: {{[^:]*}}: DW_OP_consts +1, DW_OP_stack_value -; DWARF-NEXT: {{[^:]*}}: DW_OP_breg7 RSP+{{[0-9]+}}) +; FIXME: Needs a fix to LiveDebugVariables +; DWARFX-NEXT: {{[^:]*}}: DW_OP_breg7 RSP+{{[0-9]+}}) ; DWARF-NEXT: DW_AT_name ("x") attributes #0 = { nounwind uwtable }