mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-12 05:56:28 +00:00
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 llvm-svn: 278838
This commit is contained in:
parent
b52c8324a5
commit
e89e3eda62
@ -26,8 +26,8 @@ static const size_t TabStop = 8;
|
||||
|
||||
namespace {
|
||||
struct LineNoCacheTy {
|
||||
unsigned LastQueryBufferID;
|
||||
const char *LastQuery;
|
||||
unsigned LastQueryBufferID;
|
||||
unsigned LineNoOfQuery;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user