]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commitdiff
FIXME comment shouldn't have been doxygen style
authorAndrew Kaylor <andrew.kaylor@intel.com>
Mon, 21 Oct 2013 23:27:02 +0000 (23:27 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Mon, 21 Oct 2013 23:27:02 +0000 (23:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193131 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/MCJIT/MCJIT.h

index 6cb8f0afc65e0c619fc135dcd22ead47374ee069..0d15b9afe6cdfa0fd2ebc25e754c82b8c711f82f 100644 (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();