From 483e14ee0412a98db1fb0121528d8d621ae3dfdb Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 27 Apr 2002 07:27:19 +0000 Subject: s/Method/Function git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2336 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Utils/CloneFunction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Transforms/Utils/CloneFunction.cpp') diff --git a/lib/Transforms/Utils/CloneFunction.cpp b/lib/Transforms/Utils/CloneFunction.cpp index aa627979fb..808ea48e67 100644 --- a/lib/Transforms/Utils/CloneFunction.cpp +++ b/lib/Transforms/Utils/CloneFunction.cpp @@ -7,7 +7,7 @@ #include "llvm/Instruction.h" #include -// 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. -- cgit v1.2.3-18-g5258