commit | 9476e13033f259641975aae106a67d895fdd1884 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Thu Oct 07 23:43:09 2010 +0000 |
committer | Dan Gohman <gohman@apple.com> | Thu Oct 07 23:43:09 2010 +0000 |
tree | b502b57d94dee93ff8e8b2be41058ea341be79b2 | |
parent | 6b1b024e03356e68c474abefeac5291aabee22fd [diff] [blame] |
Fix a spello. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116011 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/lib/Transforms/Scalar/LoopStrengthReduce.cpp index b292ffe..6f2eee0 100644 --- a/lib/Transforms/Scalar/LoopStrengthReduce.cpp +++ b/lib/Transforms/Scalar/LoopStrengthReduce.cpp
@@ -2822,7 +2822,7 @@ 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