diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2012-02-23 05:38:51 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2012-02-23 05:38:51 +0000 |
commit | 7481d07a076420e192f95c22e4866c4aee243c80 (patch) | |
tree | bd95304dd12adc71d03f2b7029d0dc291eb7e025 /lib/Analysis | |
parent | 0822e010d1b55eb24e746a575a31235f45110ac3 (diff) | |
download | external_llvm-7481d07a076420e192f95c22e4866c4aee243c80.zip external_llvm-7481d07a076420e192f95c22e4866c4aee243c80.tar.gz external_llvm-7481d07a076420e192f95c22e4866c4aee243c80.tar.bz2 |
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151238 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis')
-rw-r--r-- | lib/Analysis/ScalarEvolutionExpander.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/ScalarEvolutionExpander.cpp b/lib/Analysis/ScalarEvolutionExpander.cpp index d5f3b74..a03e371 100644 --- a/lib/Analysis/ScalarEvolutionExpander.cpp +++ b/lib/Analysis/ScalarEvolutionExpander.cpp @@ -35,7 +35,7 @@ Value *SCEVExpander::ReuseOrCreateCast(Value *V, Type *Ty, // point. It doesn't need to be the actual IP where the uses of the returned // cast will be added, but it must dominate such IP. // We use this precondition to assert that we can produce a cast that will - // dominate all its uses. In particular, this is crussial for the case + // dominate all its uses. In particular, this is crucial for the case // where the builder's insertion point *is* the point where we were asked // to put the cast. // Since we don't know the the builder's insertion point is actually |