OSDN Git Service

Remove excessive padding from LineNoCacheTy
authorBenjamin Kramer <benny.kra@googlemail.com>
Tue, 16 Aug 2016 19:20:10 +0000 (19:20 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Tue, 16 Aug 2016 19:20:10 +0000 (19:20 +0000)
commitb13de88e30f365053317f3255059f57eab548b53
treef33c1914a34bfd25340f31fe43e29c0533681897
parent662809578e63256e9b6fa65adbdfda5667d987e8
Remove excessive padding from LineNoCacheTy

The struct LineNoCacheTy is in SourceMgr.cpp inside anonymous namespace.
This diff changes the order of fields and removes the excessive padding
(8 bytes).

Patch by Alexander Shaposhnikov!

Differential revision: https://reviews.llvm.org/D23546

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@278838 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/SourceMgr.cpp