[ORC] Fix an unfinished comment.
authorLang Hames <lhames@gmail.com>
Sun, 4 Sep 2016 16:31:41 +0000 (16:31 +0000)
committerLang Hames <lhames@gmail.com>
Sun, 4 Sep 2016 16:31:41 +0000 (16:31 +0000)
llvm-svn: 280628

llvm/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h

index e700f47..4592e74 100644 (file)
@@ -411,7 +411,7 @@ void moveGlobalVariableInitializer(GlobalVariable &OrigGV,
                                    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);