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:
Aditya Nandakumar 2013-11-19 23:51:32 +00:00
parent 2f0f121732
commit 3da011f561

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;