summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/CloneFunction.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-04-27 07:27:19 +0000
committerChris Lattner <sabre@nondot.org>2002-04-27 07:27:19 +0000
commitf998685cd9754e4c1de1c98343c3f366703c6561 (patch)
tree73f7788f47892cc3c25711efda2a88b42b5050ba /llvm/lib/Transforms/Utils/CloneFunction.cpp
parent8157a90b5dc7a4a68b7dc44e7310b37845adfe40 (diff)
downloadbcm5719-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.cpp2
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.
OpenPOWER on IntegriCloud