diff options
author | Devang Patel <dpatel@apple.com> | 2011-02-23 22:37:04 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2011-02-23 22:37:04 +0000 |
commit | 3a4ae32ed7bf117a4fdc438fe0b297eec8e9b1ac (patch) | |
tree | 1a81088d4031344d0337c7c76bfcdfe6005c6303 /test/CodeGen/X86/2010-06-28-DbgEntryPC.ll | |
parent | 1d6b2c74c074a14dba1ff453267d1c8d45619d93 (diff) |
Use DW_FORM_data2 for DW_AT_language and let users use DW_LANG_lo_user=0x8000 to DW_LANG_hi_user=0xffff range.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126339 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2010-06-28-DbgEntryPC.ll')
-rw-r--r-- | test/CodeGen/X86/2010-06-28-DbgEntryPC.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2010-06-28-DbgEntryPC.ll b/test/CodeGen/X86/2010-06-28-DbgEntryPC.ll index 9b9d63609a..2ba12dfc56 100644 --- a/test/CodeGen/X86/2010-06-28-DbgEntryPC.ll +++ b/test/CodeGen/X86/2010-06-28-DbgEntryPC.ll @@ -7,7 +7,7 @@ ; CHECK-NEXT: .byte 37 ## DW_AT_producer ; CHECK-NEXT: .byte 8 ## DW_FORM_string ; CHECK-NEXT: .byte 19 ## DW_AT_language -; CHECK-NEXT: .byte 11 ## DW_FORM_data1 +; CHECK-NEXT: .byte 5 ## DW_FORM_data2 ; CHECK-NEXT: .byte 3 ## DW_AT_name ; CHECK-NEXT: .byte 8 ## DW_FORM_string ; CHECK-NEXT: .byte 82 ## DW_AT_entry_pc |