diff options
author | Justin Lebar <jlebar@google.com> | 2016-12-29 00:30:46 +0000 |
---|---|---|
committer | Justin Lebar <jlebar@google.com> | 2016-12-29 00:30:46 +0000 |
commit | ddece375a14d152dcb3e36ebc777180ccb2f596d (patch) | |
tree | 89405fd7631c9914c1cd80a72da0748c58d39bb2 /llvm/lib/IR/Globals.cpp | |
parent | 23a53501a43bbb376e8cddb875f51759bec8a725 (diff) | |
download | bcm5719-llvm-ddece375a14d152dcb3e36ebc777180ccb2f596d.tar.gz bcm5719-llvm-ddece375a14d152dcb3e36ebc777180ccb2f596d.zip |
[GlobalValue] Move HasLLVMReservedName into existing bitfield. NFC
Summary:
Follow-up to r290691, where I introduced HasLLVMReservedName. rnk
pointed out that that patch added an extra word to GlobalValue on MSVC,
because it doesn't pack bitfields with different types.
This patch moves HasLLVMReservedName into the existing bitfield, where
we appear to have plenty of bits to spare.
Reviewers: rnk
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D28149
llvm-svn: 290696
Diffstat (limited to 'llvm/lib/IR/Globals.cpp')
0 files changed, 0 insertions, 0 deletions