Fix a spello.
authorDan Gohman <gohman@apple.com>
Thu, 7 Oct 2010 23:43:09 +0000 (23:43 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 7 Oct 2010 23:43:09 +0000 (23:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116011 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/LoopStrengthReduce.cpp

index b292ffec887e79cc0c309b27197e0d3638210586..6f2eee041a0d72092a6258cbcca889643785765f 100644 (file)
@@ -2822,7 +2822,7 @@ LSRInstance::GenerateAllReuseFormulae() {
         print_uses(dbgs()));
 }
 
-/// If their are multiple formulae with the same set of registers used
+/// If there are multiple formulae with the same set of registers used
 /// by other uses, pick the best one and delete the others.
 void LSRInstance::FilterOutUndesirableDedicatedRegisters() {
 #ifndef NDEBUG