summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2013-10-21 23:27:02 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2013-10-21 23:27:02 +0000
commit5e206fcf3065950f081bd39a3116b3c3c3bbb9f7 (patch)
tree970280e964468c17b8da9d62bc2bb36edae39ac4
parentd114b41e62d8b784a9a48644d72489eba37c8a31 (diff)
downloadllvm-5e206fcf3065950f081bd39a3116b3c3c3bbb9f7.tar.gz
llvm-5e206fcf3065950f081bd39a3116b3c3c3bbb9f7.tar.bz2
llvm-5e206fcf3065950f081bd39a3116b3c3c3bbb9f7.tar.xz
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
-rw-r--r--lib/ExecutionEngine/MCJIT/MCJIT.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExecutionEngine/MCJIT/MCJIT.h b/lib/ExecutionEngine/MCJIT/MCJIT.h
index 6cb8f0afc6..0d15b9afe6 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();