[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
This commit is contained in:
Lang Hames 2015-04-12 22:21:48 +00:00
parent 2ae6c65416
commit e9136a0993

View File

@ -53,8 +53,8 @@ public:
void setObjectCache(ObjectCache *NewCache) { ObjCache = NewCache; } void setObjectCache(ObjectCache *NewCache) { ObjCache = NewCache; }
/// @brief Compile each module in the given module set, then then add the /// @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 /// resulting set of objects to the base layer along with the memory
// manager MM. /// manager and symbol resolver.
/// ///
/// @return A handle for the added modules. /// @return A handle for the added modules.
template <typename ModuleSetT, typename MemoryManagerPtrT, template <typename ModuleSetT, typename MemoryManagerPtrT,