summaryrefslogtreecommitdiffstats
path: root/test/DebugInfo/X86/stmt-list.ll
diff options
context:
space:
mode:
authorManman Ren <mren@apple.com>2013-02-09 00:41:44 +0000
committerManman Ren <mren@apple.com>2013-02-09 00:41:44 +0000
commitf2d89ff5c82c78f6160a9a8611c525771fdd2033 (patch)
tree9951bb435a1174e6cda07ac0abc634a8b4a47443 /test/DebugInfo/X86/stmt-list.ll
parentec7b25d753867f43e2fbd00e58daf75e29783bd4 (diff)
downloadexternal_llvm-f2d89ff5c82c78f6160a9a8611c525771fdd2033.zip
external_llvm-f2d89ff5c82c78f6160a9a8611c525771fdd2033.tar.gz
external_llvm-f2d89ff5c82c78f6160a9a8611c525771fdd2033.tar.bz2
Dwarf: do not use line_table_start in at_stmt_list since we do not always emit
line table entries in assembly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174785 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo/X86/stmt-list.ll')
-rw-r--r--test/DebugInfo/X86/stmt-list.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/X86/stmt-list.ll b/test/DebugInfo/X86/stmt-list.ll
index 8213c1b..145649b 100644
--- a/test/DebugInfo/X86/stmt-list.ll
+++ b/test/DebugInfo/X86/stmt-list.ll
@@ -3,7 +3,7 @@
; CHECK: .section .debug_line,"",@progbits
; CHECK-NEXT: .Lsection_line:
-; CHECK: .long .Lline_table_start0 # DW_AT_stmt_list
+; CHECK: .long .Lsection_line # DW_AT_stmt_list
define void @f() {
entry: