Sorry, correcting small typo.
authorTanya Lattner <tonic@nondot.org>
Fri, 30 May 2003 15:53:50 +0000 (15:53 +0000)
committerTanya Lattner <tonic@nondot.org>
Fri, 30 May 2003 15:53:50 +0000 (15:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6433 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/Utils/Cloning.h

index 7fb106bc8191417d7e8a9c7e887ba9b16141ea20..f6e62d9566bb7e222bcacaf6ce5f9ab4b431176a 100644 (file)
@@ -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