diff options
author | Eric Christopher <echristo@apple.com> | 2012-08-01 18:19:01 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-08-01 18:19:01 +0000 |
commit | b1b9451337a4cc3c42e77cc51e93b176b8b7adb9 (patch) | |
tree | 212475251d00c75b119593a28be038c6ea8ae9a7 /llvm/test/DebugInfo/X86/enum-class.ll | |
parent | a9a8c6271417c7492e68c35c64a7055dc253a9e4 (diff) | |
download | bcm5719-llvm-b1b9451337a4cc3c42e77cc51e93b176b8b7adb9.tar.gz bcm5719-llvm-b1b9451337a4cc3c42e77cc51e93b176b8b7adb9.zip |
Temporarily revert c23b933d5f8be9b51a1d22e717c0311f65f87dcd. It's causing
failures in the debug testsuite and possibly PR13486.
llvm-svn: 161121
Diffstat (limited to 'llvm/test/DebugInfo/X86/enum-class.ll')
-rw-r--r-- | llvm/test/DebugInfo/X86/enum-class.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/X86/enum-class.ll b/llvm/test/DebugInfo/X86/enum-class.ll index aa0b2d08803..6eb715d8287 100644 --- a/llvm/test/DebugInfo/X86/enum-class.ll +++ b/llvm/test/DebugInfo/X86/enum-class.ll @@ -31,12 +31,12 @@ !21 = metadata !{i32 786484, i32 0, null, metadata !"c", metadata !"c", metadata !"", metadata !4, i32 6, metadata !12, i32 0, i32 1, i32* @c} ; [ DW_TAG_variable ] ; CHECK: DW_TAG_enumeration_type [3] -; CHECK: DW_AT_type [DW_FORM_ref4] (cu + 0x002e => {0x0000002e}) +; CHECK: DW_AT_type [DW_FORM_ref4] (cu + 0x0026 => {0x00000026}) ; CHECK: DW_AT_enum_class [DW_FORM_flag] (0x01) ; CHECK: DW_AT_name [DW_FORM_strp] ( .debug_str[{{.*}}] = "A") ; CHECK: DW_TAG_enumeration_type [3] * -; CHECK: DW_AT_type [DW_FORM_ref4] (cu + 0x005f => {0x0000005f}) +; CHECK: DW_AT_type [DW_FORM_ref4] (cu + 0x0057 => {0x00000057}) ; CHECK: DW_AT_enum_class [DW_FORM_flag] (0x01) ; CHECK: DW_AT_name [DW_FORM_strp] ( .debug_str[{{.*}}] = "B") |