FIXME comment shouldn't have been doxygen style

llvm-svn: 193131
This commit is contained in:
Andrew Kaylor 2013-10-21 23:27:02 +00:00
parent 874fa0f6c7
commit 2fb40ce1dc
1 changed files with 1 additions and 1 deletions

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