Move MCSymbol Value in to the union of Offset and CommonSize.
authorPete Cooper <peter_cooper@apple.com>
Tue, 9 Jun 2015 22:21:37 +0000 (22:21 +0000)
committerPete Cooper <peter_cooper@apple.com>
Tue, 9 Jun 2015 22:21:37 +0000 (22:21 +0000)
commit6109b51ef1ef92ff9f11b07f954943c2262c7a11
tree921b51cedd5b712586fd07bd87f8362fd3fcf068
parentd5289d9724ec8d1a0bd650feaa22276b7d74ec5b
Move MCSymbol Value in to the union of Offset and CommonSize.

It wasn't possible to have a variable Symbol with offset or 'isCommon' so
this just enables better packing of the MCSymbol class.

Reviewed by Rafael Espindola.

llvm-svn: 239440
llvm/include/llvm/MC/MCSymbol.h
llvm/lib/MC/MCSymbol.cpp