summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/test/tools/llvm-dwarfdump/X86/verify_die_ranges.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/tools/llvm-dwarfdump/X86/verify_die_ranges.s b/llvm/test/tools/llvm-dwarfdump/X86/verify_die_ranges.s
index 611fcf6df1a..903f9e9ed02 100644
--- a/llvm/test/tools/llvm-dwarfdump/X86/verify_die_ranges.s
+++ b/llvm/test/tools/llvm-dwarfdump/X86/verify_die_ranges.s
@@ -73,8 +73,8 @@ Lset0 = Lsection_abbrev-Lsection_abbrev ## Offset Into Abbrev. Section
Lset1 = Lline_table_start0-Lsection_line ## DW_AT_stmt_list
.long Lset1
.long 63 ## DW_AT_comp_dir
- .quad Lfunc_end0 + 1 ## DW_AT_low_pc -- error: Invalid address range [0x00000007 - 0x00000006].
- .quad Lfunc_end0 ## DW_AT_high_pc
+ .quad 7 ## DW_AT_low_pc -- error: Invalid address range [0x00000007 - 0x00000006].
+ .quad 6 ## DW_AT_high_pc
.byte 0 ## End Of Children Mark
.subsections_via_symbols
.section __DWARF,__debug_line,regular,debug
OpenPOWER on IntegriCloud