Chromium Code Reviews| Index: src/IceClFlags.h |
| diff --git a/src/IceClFlags.h b/src/IceClFlags.h |
| index 55e2652b0267d62c8b7adf1de7dfb8af00d46827..5f4f5aade17003b8692088a358ec5c648b8b6f46 100644 |
| --- a/src/IceClFlags.h |
| +++ b/src/IceClFlags.h |
| @@ -20,10 +20,11 @@ class ClFlags { |
| public: |
| ClFlags() |
| : DisableInternal(false), SubzeroTimingEnabled(false), |
| - DisableTranslation(false) {} |
| + DisableTranslation(false), DisableGlobals(false) {} |
| bool DisableInternal; |
| bool SubzeroTimingEnabled; |
| bool DisableTranslation; |
| + bool DisableGlobals; |
| }; |
| } |