diff --git a/llvm/lib/ExecutionEngine/MCJIT/MCJIT.h b/llvm/lib/ExecutionEngine/MCJIT/MCJIT.h index 6cb8f0afc65e0c619fc135dcd22ead47374ee069..0d15b9afe6cdfa0fd2ebc25e754c82b8c711f82f 100644 --- a/llvm/lib/ExecutionEngine/MCJIT/MCJIT.h +++ b/llvm/lib/ExecutionEngine/MCJIT/MCJIT.h @@ -153,7 +153,7 @@ public: /// called the MCJIT execution engine will reapply relocations for a loaded /// object. /// Is it OK to finalize a set of modules, add modules and finalize again. - /// FIXME: Do we really need both of these? + // FIXME: Do we really need both of these? virtual void finalizeObject(); virtual void finalizeModule(Module *); void finalizeLoadedModules();