mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-05 10:57:32 +00:00
Sorry, correcting small typo.
llvm-svn: 6433
This commit is contained in:
parent
4cbc824e38
commit
ceefb5002a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user