[llvm] r234710 - [Orc] Remove duplicate "then" in comment.

Lang Hames lhames at gmail.com
Sun Apr 12 15:23:57 PDT 2015


Author: lhames
Date: Sun Apr 12 17:23:57 2015
New Revision: 234710

URL: http://llvm.org/viewvc/llvm-project?rev=234710&view=rev
Log:
[Orc] Remove duplicate "then" in comment.

Modified:
    llvm/trunk/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h

Modified: llvm/trunk/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h?rev=234710&r1=234709&r2=234710&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h (original)
+++ llvm/trunk/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h Sun Apr 12 17:23:57 2015
@@ -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,





More information about the llvm-commits mailing list