| Index: src/IceGlobalInits.h
|
| diff --git a/src/IceGlobalInits.h b/src/IceGlobalInits.h
|
| index 0d560a12304876753b34ad922a9432a75469f9a5..3478a983699239e365ab5d6d4570bd9b4bd3f50f 100644
|
| --- a/src/IceGlobalInits.h
|
| +++ b/src/IceGlobalInits.h
|
| @@ -107,9 +107,7 @@ public:
|
| }
|
| void dumpType(Ostream &Stream) const final;
|
| void dump(GlobalContext *Ctx, Ostream &Stream) const final;
|
| - bool getSuppressMangling() const final {
|
| - return isExternal() && IsProto;
|
| - }
|
| + bool getSuppressMangling() const final { return isExternal() && IsProto; }
|
|
|
| private:
|
| const Ice::FuncSigType Signature;
|
| @@ -127,6 +125,7 @@ private:
|
| class VariableDeclaration : public GlobalDeclaration {
|
| VariableDeclaration(const VariableDeclaration &) = delete;
|
| VariableDeclaration &operator=(const VariableDeclaration &) = delete;
|
| +
|
| public:
|
| /// Base class for a global variable initializer.
|
| class Initializer {
|
|
|