From: Lang Hames <lhames@gmail.com>
Date: Sun, 12 Apr 2015 22:21:48 +0000 (+0000)
Subject: [Orc] Fix out-of-date comment for the IRCompileLayer.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e9136a0993d8903b5bfb05e61a7d0bc9ec997d36;p=oota-llvm.git

[Orc] Fix out-of-date comment for the IRCompileLayer.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234709 91177308-0d34-0410-b5e6-96231b3b80d8
---

diff --git a/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h b/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
index edbb32f5344..6275a00cd67 100644
--- a/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
+++ b/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
@@ -53,8 +53,8 @@ public:
   void setObjectCache(ObjectCache *NewCache) { ObjCache = NewCache; }
 
   /// @brief Compile each module in the given module set, then then add the
-  ///        resulting set of objects to the base layer, along with the memory
-  //         manager MM.
+  ///        resulting set of objects to the base layer along with the memory
+  ///        manager and symbol resolver.
   ///
   /// @return A handle for the added modules.
   template <typename ModuleSetT, typename MemoryManagerPtrT,