summaryrefslogtreecommitdiffstats
path: root/test/DebugInfo/X86/concrete_out_of_line.ll
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-02-21 22:25:53 +0000
committerEric Christopher <echristo@apple.com>2012-02-21 22:25:53 +0000
commit35f225aa2c04ca2420161cca812cb3eb611bde51 (patch)
treef7a4d4ef08743308fc8cdf9cef0cb5b5a2188cab /test/DebugInfo/X86/concrete_out_of_line.ll
parenta641c07828fe4e836d680b9e8b0b4af3204b8b97 (diff)
downloadexternal_llvm-35f225aa2c04ca2420161cca812cb3eb611bde51.zip
external_llvm-35f225aa2c04ca2420161cca812cb3eb611bde51.tar.gz
external_llvm-35f225aa2c04ca2420161cca812cb3eb611bde51.tar.bz2
There's no need for a DW_AT_byte_size on a pointer type.
Part of rdar://10493979 where it reduces by about .5% (10k) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151097 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo/X86/concrete_out_of_line.ll')
-rw-r--r--test/DebugInfo/X86/concrete_out_of_line.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/DebugInfo/X86/concrete_out_of_line.ll b/test/DebugInfo/X86/concrete_out_of_line.ll
index 92895f1..1894844 100644
--- a/test/DebugInfo/X86/concrete_out_of_line.ll
+++ b/test/DebugInfo/X86/concrete_out_of_line.ll
@@ -7,7 +7,7 @@
; first check that we have a TAG_subprogram at a given offset and it has
; AT_inline.
-; CHECK: 0x00000136: DW_TAG_subprogram
+; CHECK: 0x00000134: DW_TAG_subprogram
; CHECK-NEXT: DW_AT_MIPS_linkage_name
; CHECK-NEXT: DW_AT_specification
; CHECK-NEXT: DW_AT_inline
@@ -15,8 +15,8 @@
; and then that a TAG_subprogram refers to it with AT_abstract_origin.
-; CHECK: 0x00000186: DW_TAG_subprogram
-; CHECK-NEXT: DW_AT_abstract_origin [DW_FORM_ref4] (cu + 0x0136 => {0x00000136})
+; CHECK: 0x00000184: DW_TAG_subprogram
+; CHECK-NEXT: DW_AT_abstract_origin [DW_FORM_ref4] (cu + 0x0134 => {0x00000134})
define i32 @_ZN17nsAutoRefCnt7ReleaseEv() {
entry: