summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2017-09-20 21:56:21 +0000
committerReid Kleckner <rnk@google.com>2017-09-20 21:56:21 +0000
commit81dda0efe3e615136ca032059d79829bf9b53466 (patch)
tree74222b399696dd317e7f0da7ec989defedb354c6
parent3f547e87b2cdd148c0429ddda48fdeeb111b527d (diff)
downloadbcm5719-llvm-81dda0efe3e615136ca032059d79829bf9b53466.tar.gz
bcm5719-llvm-81dda0efe3e615136ca032059d79829bf9b53466.zip
Commit local changes that missed llvm.dbg.addr
llvm-svn: 313826
-rw-r--r--llvm/test/DebugInfo/X86/dbg-addr-dse.ll6
1 files changed, 4 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/X86/dbg-addr-dse.ll b/llvm/test/DebugInfo/X86/dbg-addr-dse.ll
index 2c34ab4de1f..b438982b994 100644
--- a/llvm/test/DebugInfo/X86/dbg-addr-dse.ll
+++ b/llvm/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 }
OpenPOWER on IntegriCloud