| Index: src/IceClFlags.h
 | 
| diff --git a/src/IceClFlags.h b/src/IceClFlags.h
 | 
| index 5cf534c0dec54901a706d84dfb12f16d28d4d77b..b9c3a8a65da45523769d178732a55bc24a366d69 100644
 | 
| --- a/src/IceClFlags.h
 | 
| +++ b/src/IceClFlags.h
 | 
| @@ -21,13 +21,15 @@ public:
 | 
|    ClFlags()
 | 
|        : DisableInternal(false), SubzeroTimingEnabled(false),
 | 
|          DisableTranslation(false), DisableGlobals(false),
 | 
| -        FunctionSections(false), UseSandboxing(false) {}
 | 
| +        FunctionSections(false), UseSandboxing(false),
 | 
| +        UseIntegratedAssembler(false) {}
 | 
|    bool DisableInternal;
 | 
|    bool SubzeroTimingEnabled;
 | 
|    bool DisableTranslation;
 | 
|    bool DisableGlobals;
 | 
|    bool FunctionSections;
 | 
|    bool UseSandboxing;
 | 
| +  bool UseIntegratedAssembler;
 | 
|  };
 | 
|  
 | 
|  } // end of namespace Ice
 | 
| 
 |