commit | 483e14ee0412a98db1fb0121528d8d621ae3dfdb | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Apr 27 07:27:19 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Apr 27 07:27:19 2002 +0000 |
tree | ac49b8e451a1a70cfebad3a753f5999ac06f4d06 | |
parent | 3b743f9fb3dc95aabc54d17cafe1b393b76b943c [diff] [blame] |
s/Method/Function git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2336 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Utils/CloneFunction.cpp b/lib/Transforms/Utils/CloneFunction.cpp index aa62797..808ea48 100644 --- a/lib/Transforms/Utils/CloneFunction.cpp +++ b/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.