Index: src/IceClFlags.h |
diff --git a/src/IceClFlags.h b/src/IceClFlags.h |
index c434d50c91ead3265338bd9ce308962c9bcc8408..d1a71aeb11279f6253a0b93ca1c6d1ac3d362188 100644 |
--- a/src/IceClFlags.h |
+++ b/src/IceClFlags.h |
@@ -23,16 +23,14 @@ class ClFlags { |
public: |
ClFlags() |
: DisableInternal(false), SubzeroTimingEnabled(false), |
- DisableTranslation(false), DisableGlobals(false), |
- FunctionSections(false), DataSections(false), |
+ DisableTranslation(false), FunctionSections(false), DataSections(false), |
UseIntegratedAssembler(false), UseSandboxing(false), DumpStats(false), |
AllowUninitializedGlobals(false), TimeEachFunction(false), |
- DefaultGlobalPrefix(""), DefaultFunctionPrefix(""),TimingFocusOn(""), |
+ DefaultGlobalPrefix(""), DefaultFunctionPrefix(""), TimingFocusOn(""), |
VerboseFocusOn("") {} |
bool DisableInternal; |
bool SubzeroTimingEnabled; |
bool DisableTranslation; |
- bool DisableGlobals; |
bool FunctionSections; |
bool DataSections; |
bool UseIntegratedAssembler; |