diff options
author | Devang Patel <dpatel@apple.com> | 2011-02-19 01:28:37 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2011-02-19 01:28:37 +0000 |
commit | fe19e3f74c1d8b49d24165740a108388392e2f22 (patch) | |
tree | fa4942a2b68c0c2e48c5f1e02d62ab0114d5065d /test | |
parent | 1b847deb26b52051de39f4cbecd224c9fbd0d1c2 (diff) | |
download | external_llvm-fe19e3f74c1d8b49d24165740a108388392e2f22.zip external_llvm-fe19e3f74c1d8b49d24165740a108388392e2f22.tar.gz external_llvm-fe19e3f74c1d8b49d24165740a108388392e2f22.tar.bz2 |
DIE numbers do not add any value in this test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126008 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll b/test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll index 0737bdf..973975b 100644 --- a/test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll +++ b/test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll @@ -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 |