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)
commitc11f1d8ae8af8511e8fd7180066ad735840c7d2d
tree9963a6c81f9b29c9e549ae89ee338f0b0c607992
parentcbe2100f7ede7e997bf610a0510f4aa8fd99f1a0
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239440 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCSymbol.h
lib/MC/MCSymbol.cpp