forked from OSchip/llvm-project
Fixed an extra for(typo) in the comments
llvm-svn: 195171
This commit is contained in:
parent
5c0af48a11
commit
c1fd0dd419
|
@ -217,7 +217,7 @@ class RAGreedy : public MachineFunctionPass,
|
|||
}
|
||||
};
|
||||
|
||||
/// Candidate info for for each PhysReg in AllocationOrder.
|
||||
/// Candidate info for each PhysReg in AllocationOrder.
|
||||
/// This vector never shrinks, but grows to the size of the largest register
|
||||
/// class.
|
||||
SmallVector<GlobalSplitCandidate, 32> GlobalCand;
|
||||
|
|
Loading…
Reference in New Issue