[ORC] Fix an unfinished comment.

llvm-svn: 280628
This commit is contained in:
Lang Hames 2016-09-04 16:31:41 +00:00
parent 6b4909749b
commit 6c9bd78507
1 changed files with 1 additions and 1 deletions

View 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);