summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-10-07 23:43:09 +0000
committerDan Gohman <gohman@apple.com>2010-10-07 23:43:09 +0000
commit1b61fd9bff37fd2b2fdb59c6c271c6d51d0c9b87 (patch)
tree577f26abec84d0b889abdabe403339150fff9e3c /llvm/lib/Transforms
parent34f37e0d04404c089d12faf0ec7230e44ca5ae9f (diff)
downloadbcm5719-llvm-1b61fd9bff37fd2b2fdb59c6c271c6d51d0c9b87.tar.gz
bcm5719-llvm-1b61fd9bff37fd2b2fdb59c6c271c6d51d0c9b87.zip
Fix a spello.
llvm-svn: 116011
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
index b292ffec887..6f2eee041a0 100644
--- a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
+++ b/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
@@ -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
OpenPOWER on IntegriCloud