Index: src/IceConverter.h |
diff --git a/src/IceConverter.h b/src/IceConverter.h |
index 30d3b6041c4d8e859d6fa2e0351b4c5b135273d1..bf8122895142bf1579c311c9cf20526b5bb8bb7e 100644 |
--- a/src/IceConverter.h |
+++ b/src/IceConverter.h |
@@ -24,7 +24,7 @@ namespace Ice { |
class Converter : public Translator { |
public: |
- Converter(GlobalContext *Ctx, Ice::ClFlags &Flags) : Translator(Ctx, Flags) {} |
+ Converter(GlobalContext *Ctx) : Translator(Ctx) {} |
/// Converts the LLVM Module to ICE. Sets exit status to false if successful, |
/// true otherwise. |
void convertToIce(llvm::Module *Mod); |