[llvm] r280628 - [ORC] Fix an unfinished comment.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 4 09:31:42 PDT 2016


Author: lhames
Date: Sun Sep  4 11:31:41 2016
New Revision: 280628

URL: http://llvm.org/viewvc/llvm-project?rev=280628&view=rev
Log:
[ORC] Fix an unfinished comment.

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

Modified: llvm/trunk/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h?rev=280628&r1=280627&r2=280628&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h (original)
+++ llvm/trunk/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h Sun Sep  4 11:31:41 2016
@@ -411,7 +411,7 @@ void moveGlobalVariableInitializer(Globa
                                    ValueMaterializer *Materializer = nullptr,
                                    GlobalVariable *NewGV = nullptr);
 
-/// @brief Clone
+/// @brief Clone a global alias declaration into a new module.
 GlobalAlias *cloneGlobalAliasDecl(Module &Dst, const GlobalAlias &OrigA,
                                   ValueToValueMapTy &VMap);
 




More information about the llvm-commits mailing list