mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 04:39:44 +00:00
Fix a typo in the comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83283 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7aa3c781b4
commit
216abab84f
@ -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