Fixed an extra for(typo) in the comments

llvm-svn: 195171
This commit is contained in:
Aditya Nandakumar 2013-11-19 23:51:32 +00:00
parent 5c0af48a11
commit c1fd0dd419
1 changed files with 1 additions and 1 deletions

View File

@ -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;