| Index: src/PNaClTranslator.cpp
|
| diff --git a/src/PNaClTranslator.cpp b/src/PNaClTranslator.cpp
|
| index 76368d9bc868c33ffef3afe07ed7b73a2f22db0b..b501f6ef3247cabb832653ef223f4b572ffa8e78 100644
|
| --- a/src/PNaClTranslator.cpp
|
| +++ b/src/PNaClTranslator.cpp
|
| @@ -2190,8 +2190,7 @@ private:
|
| }
|
| }
|
| Trans.nameUnnamedFunctions(Context->getModule());
|
| - if (!getFlags().DisableGlobals)
|
| - getTranslator().lowerGlobals(Context->getGlobalIDAddresses());
|
| + getTranslator().lowerGlobals(Context->getGlobalIDAddresses());
|
| GlobalAddressNamesAndInitializersInstalled = true;
|
| }
|
| }
|
|
|