1
0
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:
Chris Lattner 2002-11-20 20:22:58 +00:00
parent 26052792dd
commit 29c4cbb5a5

View File

@ -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