mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Fixed an extra for(typo) in the comments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195171 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2f0f121732
commit
3da011f561
@ -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
Block a user