mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-19 02:42:58 +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
|
/// This vector never shrinks, but grows to the size of the largest register
|
||||||
/// class.
|
/// class.
|
||||||
SmallVector<GlobalSplitCandidate, 32> GlobalCand;
|
SmallVector<GlobalSplitCandidate, 32> GlobalCand;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user