Skip to content

Commit

Permalink
DIE numbers do not add any value in this test.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126008 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Devang Patel committed Feb 19, 2011
1 parent 1b847de commit fe19e3f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f3
target triple = "x86_64-apple-darwin10.0.0"

; Check debug info for variable z_s
;CHECK: .ascii "z_s" ## DW_AT_name
;CHECK-NEXT: .byte 0
;CHECK-NEXT: .byte 1 ## DW_AT_decl_file
;CHECK-NEXT: .byte 27 ## DW_AT_decl_line
;CHECK-NEXT: .long 203 ## DW_AT_type
;CHECK: .ascii "z_s" ## DW_AT_name
;CHECK-NEXT: .byte 0
;CHECK-NEXT: ## DW_AT_decl_file
;CHECK-NEXT: ## DW_AT_decl_line
;CHECK-NEXT: ## DW_AT_type
;CHECK-NEXT: ## DW_AT_location


Expand Down

0 comments on commit fe19e3f

Please sign in to comment.