1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

[Orc] Remove duplicate "then" in comment.

llvm-svn: 234710
This commit is contained in:
Lang Hames 2015-04-12 22:23:57 +00:00
parent 521a759f11
commit 2bf8a1716d

View File

@ -52,9 +52,9 @@ public:
/// @brief Set an ObjectCache to query before compiling.
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 and symbol resolver.
/// @brief Compile each module in the given module set, then add the 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,