The second part of the change from -fast to -O#. This changes the JIT to accept
[oota-llvm.git] / lib / ExecutionEngine / Interpreter / Interpreter.cpp
index ac0ee3fb49ca4b09258de79f2e80ea92f1c460e1..c05eeac08681965b3ca59b93dd6dfc4697d9ed2f 100644 (file)
@@ -37,7 +37,7 @@ namespace llvm {
 /// create - Create a new interpreter object.  This can never fail.
 ///
 ExecutionEngine *Interpreter::create(ModuleProvider *MP, std::string* ErrStr,
-                                     bool Fast /*unused*/) {
+                                     unsigned OptLevel /*unused*/) {
   // Tell this ModuleProvide to materialize and release the module
   if (!MP->materializeModule(ErrStr))
     // We got an error, just return 0