From: Andrew Kaylor Date: Mon, 21 Oct 2013 23:27:02 +0000 (+0000) Subject: FIXME comment shouldn't have been doxygen style X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5e206fcf3065950f081bd39a3116b3c3c3bbb9f7;p=oota-llvm.git FIXME comment shouldn't have been doxygen style git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193131 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/ExecutionEngine/MCJIT/MCJIT.h b/lib/ExecutionEngine/MCJIT/MCJIT.h index 6cb8f0afc65..0d15b9afe6c 100644 --- a/lib/ExecutionEngine/MCJIT/MCJIT.h +++ b/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();