mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Cloning stuff doesn't modify the source module
llvm-svn: 4787
This commit is contained in:
parent
26052792dd
commit
29c4cbb5a5
@ -22,7 +22,7 @@ class ReturnInst;
|
||||
|
||||
/// CloneModule - Return an exact copy of the specified module
|
||||
///
|
||||
Module *CloneModule(Module *M);
|
||||
Module *CloneModule(const Module *M);
|
||||
|
||||
/// CloneFunction - Return a copy of the specified function, but without
|
||||
/// embedding the function into another module. Also, any references specified
|
||||
|
Loading…
Reference in New Issue
Block a user