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
This commit is contained in:
Andrew Kaylor 2013-10-21 23:27:02 +00:00
parent d114b41e62
commit 5e206fcf30

View File

@ -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();