aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo/X86/pr11300.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/pr11300.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/pr11300.ll')
-rw-r--r--test/DebugInfo/X86/pr11300.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/X86/pr11300.ll b/test/DebugInfo/X86/pr11300.ll
index fcb358a..507e3f6 100644
--- a/test/DebugInfo/X86/pr11300.ll
+++ b/test/DebugInfo/X86/pr11300.ll
@@ -4,7 +4,7 @@
; test that the DW_AT_specification is a back edge in the file.
; CHECK: 0x0000005b: DW_TAG_subprogram [5]
-; CHECK: 0x0000007d: DW_AT_specification [DW_FORM_ref4] (cu + 0x005b => {0x0000005b})
+; CHECK: 0x0000007c: DW_AT_specification [DW_FORM_ref4] (cu + 0x005b => {0x0000005b})
%struct.foo = type { i8 }