Fixed an extra for(typo) in the comments
authorAditya Nandakumar <aditya_nandakumar@apple.com>
Tue, 19 Nov 2013 23:51:32 +0000 (23:51 +0000)
committerAditya Nandakumar <aditya_nandakumar@apple.com>
Tue, 19 Nov 2013 23:51:32 +0000 (23:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195171 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegAllocGreedy.cpp

index c08d955540602dd5c723d26db07fdf247d5f5fe1..b6750a0d0419b3aba7c4c61087578ea2877d8adf 100644 (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;