Sorry, correcting small typo.

llvm-svn: 6433
This commit is contained in:
Tanya Lattner 2003-05-30 15:53:50 +00:00
parent 4cbc824e38
commit ceefb5002a

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