diff options
| author | Tanya Lattner <tonic@nondot.org> | 2003-05-30 15:53:50 +0000 |
|---|---|---|
| committer | Tanya Lattner <tonic@nondot.org> | 2003-05-30 15:53:50 +0000 |
| commit | 7cf322f51bdacadd7d1ab8ba8b3ef69d5bc95df7 (patch) | |
| tree | b412842aab712f6584cc4d038472224de82e123f /include/llvm/Transforms | |
| parent | 794fcd2ef8b8155faab218584ca46801d75c0161 (diff) | |
Sorry, correcting small typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6433 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Transforms')
| -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 7fb106bc81..f6e62d9566 100644 --- a/include/llvm/Transforms/Utils/Cloning.h +++ b/include/llvm/Transforms/Utils/Cloning.h @@ -96,6 +96,6 @@ bool InlineFunction(CallInst *C); /// nodes, copies the basic blocks, remaps variables, and returns a new vector /// of basic blocks (the cloned trace). /// -std::vector<BasicBlock *> cloneTrace(std::vector<BasicBlock*> &origTrace); +std::vector<BasicBlock *> CloneTrace(std::vector<BasicBlock*> &origTrace); #endif |
