diff --git a/include/llvm/Transforms/Utils/Cloning.h b/include/llvm/Transforms/Utils/Cloning.h index 7fb106bc819..f6e62d9566b 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 cloneTrace(std::vector &origTrace); +std::vector CloneTrace(std::vector &origTrace); #endif