The fragment implies the section, don't store both.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 1 Jun 2015 14:34:40 +0000 (14:34 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 1 Jun 2015 14:34:40 +0000 (14:34 +0000)
commitba9e3285d0f2e82cd2ebedc5287d09c295c94f5c
treefb7c2f7fe75c4cb77f71442b06447e648530eecd
parentb06d15c70fd123d1c4a42b5060cab79956791ba2
The fragment implies the section, don't store both.

This reduces MCSymbol from 64 to 56 bytes on x86_64.

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