[llvm] r187531 - comment typo.

Andrew Trick atrick at apple.com
Wed Jul 31 14:05:54 PDT 2013


Author: atrick
Date: Wed Jul 31 16:05:54 2013
New Revision: 187531

URL: http://llvm.org/viewvc/llvm-project?rev=187531&view=rev
Log:
comment typo.

Modified:
    llvm/trunk/utils/TableGen/CodeGenRegisters.cpp

Modified: llvm/trunk/utils/TableGen/CodeGenRegisters.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/CodeGenRegisters.cpp?rev=187531&r1=187530&r2=187531&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/CodeGenRegisters.cpp (original)
+++ llvm/trunk/utils/TableGen/CodeGenRegisters.cpp Wed Jul 31 16:05:54 2013
@@ -1470,7 +1470,7 @@ static bool isRegUnitSubSet(const std::v
                        RUSubSet.begin(), RUSubSet.end());
 }
 
-/// Iteratively prune unit sets. Prune subsets that are close the the superset,
+/// Iteratively prune unit sets. Prune subsets that are close to the superset,
 /// but with one or two registers removed. We occasionally have registers like
 /// APSR and PC thrown in with the general registers. We also see many
 /// special-purpose register subsets, such as tail-call and Thumb





More information about the llvm-commits mailing list