aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2009-12-04 01:33:04 +0000
committerBob Wilson <bob.wilson@apple.com>2009-12-04 01:33:04 +0000
commiteb35699e642f2c021f04154bdb4bd90a1afb3baa (patch)
tree24ad6e6020309d21c2c3483f6c99dc4c3ea45d7d /lib/Analysis
parentb39a40757680a4d2e713614abe7b0ac723206178 (diff)
downloadexternal_llvm-eb35699e642f2c021f04154bdb4bd90a1afb3baa.zip
external_llvm-eb35699e642f2c021f04154bdb4bd90a1afb3baa.tar.gz
external_llvm-eb35699e642f2c021f04154bdb4bd90a1afb3baa.tar.bz2
Fix a comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90511 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis')
-rw-r--r--lib/Analysis/ScalarEvolutionExpander.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/ScalarEvolutionExpander.cpp b/lib/Analysis/ScalarEvolutionExpander.cpp
index bcccb04..7157d47 100644
--- a/lib/Analysis/ScalarEvolutionExpander.cpp
+++ b/lib/Analysis/ScalarEvolutionExpander.cpp
@@ -357,7 +357,7 @@ Value *SCEVExpander::expandAddToGEP(const SCEV *const *op_begin,
// without the other.
SplitAddRecs(Ops, Ty, SE);
- // Decend down the pointer's type and attempt to convert the other
+ // Descend down the pointer's type and attempt to convert the other
// operands into GEP indices, at each level. The first index in a GEP
// indexes into the array implied by the pointer operand; the rest of
// the indices index into the element or field type selected by the