forked from OSchip/llvm-project
parent
6b4909749b
commit
6c9bd78507
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue