diff options
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 7fb106b..f6e62d9 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 |