Sorry, correcting small typo.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6433 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Tanya Lattner 2003-05-30 15:53:50 +00:00
parent 794fcd2ef8
commit 7cf322f51b

View 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