diff options
Diffstat (limited to 'include/llvm/Target/TargetLoweringObjectFile.h')
| -rw-r--r-- | include/llvm/Target/TargetLoweringObjectFile.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/llvm/Target/TargetLoweringObjectFile.h b/include/llvm/Target/TargetLoweringObjectFile.h index 2ee6d72..2264d36 100644 --- a/include/llvm/Target/TargetLoweringObjectFile.h +++ b/include/llvm/Target/TargetLoweringObjectFile.h @@ -183,7 +183,6 @@ protected: class TargetLoweringObjectFileELF : public TargetLoweringObjectFile { - bool HasCrazyBSS; mutable void *UniquingMap; protected: /// TLSDataSection - Section directive for Thread Local data. @@ -209,13 +208,9 @@ protected: unsigned Flags, SectionKind Kind, bool IsExplicit = false) const; public: - TargetLoweringObjectFileELF(// FIXME: REMOVE AFTER UNIQUING IS FIXED. - bool hasCrazyBSS = false) - : HasCrazyBSS(hasCrazyBSS), UniquingMap(0) {} - + TargetLoweringObjectFileELF() : UniquingMap(0) {} ~TargetLoweringObjectFileELF(); - virtual void Initialize(MCContext &Ctx, const TargetMachine &TM); /// getSectionForConstant - Given a constant with the SectionKind, return a |
