diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-04-27 07:27:19 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-04-27 07:27:19 +0000 |
| commit | f998685cd9754e4c1de1c98343c3f366703c6561 (patch) | |
| tree | 73f7788f47892cc3c25711efda2a88b42b5050ba /llvm/lib/Transforms/Utils/CloneFunction.cpp | |
| parent | 8157a90b5dc7a4a68b7dc44e7310b37845adfe40 (diff) | |
| download | bcm5719-llvm-f998685cd9754e4c1de1c98343c3f366703c6561.tar.gz bcm5719-llvm-f998685cd9754e4c1de1c98343c3f366703c6561.zip | |
s/Method/Function
llvm-svn: 2336
Diffstat (limited to 'llvm/lib/Transforms/Utils/CloneFunction.cpp')
| -rw-r--r-- | llvm/lib/Transforms/Utils/CloneFunction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/CloneFunction.cpp b/llvm/lib/Transforms/Utils/CloneFunction.cpp index aa627979fb0..808ea48e673 100644 --- a/llvm/lib/Transforms/Utils/CloneFunction.cpp +++ b/llvm/lib/Transforms/Utils/CloneFunction.cpp @@ -7,7 +7,7 @@ #include "llvm/Instruction.h" #include <map> -// FIXME: This should be merged with MethodInlining +// FIXME: This should be merged with FunctionInlining // RemapInstruction - Convert the instruction operands from referencing the // current values into those specified by ValueMap. |

