mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-26 13:36:28 +00:00
Fix a typo in the comment.
llvm-svn: 83283
This commit is contained in:
parent
18cecec6a0
commit
cadab85644
@ -49,7 +49,7 @@ bool SSI::runOnFunction(Function &F) {
|
||||
|
||||
/// This methods creates the SSI representation for the list of values
|
||||
/// received. It will only create SSI representation if a value is used
|
||||
/// in a to decide a branch. Repeated values are created only once.
|
||||
/// to decide a branch. Repeated values are created only once.
|
||||
///
|
||||
void SSI::createSSI(SmallVectorImpl<Instruction *> &value) {
|
||||
init(value);
|
||||
|
Loading…
Reference in New Issue
Block a user