diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/Transforms/Utils/Cloning.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Transforms/Utils/Cloning.h b/llvm/include/llvm/Transforms/Utils/Cloning.h index 7fb106bc819..f6e62d9566b 100644 --- a/llvm/include/llvm/Transforms/Utils/Cloning.h +++ b/llvm/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  | 

