diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-05-30 22:47:19 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-05-30 22:47:19 +0000 |
commit | 652f7ea955bb433d6b7a4d33685dca9485fd7b8b (patch) | |
tree | 0767e9795827970bb39980558044dfd47703795c /include/llvm/Transforms/Utils/Cloning.h | |
parent | 8666cc3b99cccef39281c715754e551a2b14363d (diff) | |
download | external_llvm-652f7ea955bb433d6b7a4d33685dca9485fd7b8b.zip external_llvm-652f7ea955bb433d6b7a4d33685dca9485fd7b8b.tar.gz external_llvm-652f7ea955bb433d6b7a4d33685dca9485fd7b8b.tar.bz2 |
Revert 51775.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51795 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Transforms/Utils/Cloning.h')
-rw-r--r-- | include/llvm/Transforms/Utils/Cloning.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Transforms/Utils/Cloning.h b/include/llvm/Transforms/Utils/Cloning.h index 2de66e4..1e2bbaa 100644 --- a/include/llvm/Transforms/Utils/Cloning.h +++ b/include/llvm/Transforms/Utils/Cloning.h @@ -184,7 +184,7 @@ std::vector<BasicBlock *> CloneTrace(const std::vector<BasicBlock*> &origTrace); /// bool InlineFunction(CallInst *C, CallGraph *CG = 0, const TargetData *TD = 0); bool InlineFunction(InvokeInst *II, CallGraph *CG = 0, const TargetData *TD =0); -bool InlineFunction(CallSite cs, CallGraph *CG = 0, const TargetData *TD = 0); +bool InlineFunction(CallSite CS, CallGraph *CG = 0, const TargetData *TD = 0); } // End llvm namespace |