diff options
author | Manman Ren <mren@apple.com> | 2013-02-09 00:41:44 +0000 |
---|---|---|
committer | Manman Ren <mren@apple.com> | 2013-02-09 00:41:44 +0000 |
commit | d2c95eb995e92ccbe07b10f0741408ea3553c6b1 (patch) | |
tree | 6eb49962b3515865ac57236e9d4022f3d07f572b /llvm/test | |
parent | eba9e4a3aaaf280d76db0e8eb4af80f374a3a04e (diff) | |
download | bcm5719-llvm-d2c95eb995e92ccbe07b10f0741408ea3553c6b1.tar.gz bcm5719-llvm-d2c95eb995e92ccbe07b10f0741408ea3553c6b1.zip |
Dwarf: do not use line_table_start in at_stmt_list since we do not always emit
line table entries in assembly.
llvm-svn: 174785
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/DebugInfo/X86/stmt-list.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/stmt-list.ll b/llvm/test/DebugInfo/X86/stmt-list.ll index 8213c1b2af1..145649bf459 100644 --- a/llvm/test/DebugInfo/X86/stmt-list.ll +++ b/llvm/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: |