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 | f35c789031bb6d7388fa06ccda98cb57fe0ad853 (patch) | |
tree | 704125ab82e521d757a90486291e8b554ac218b4 /llvm/lib/Analysis/ScalarEvolutionExpander.cpp | |
parent | 8093fdfab1d59c4e420d1e1c40549d10f6ae6f60 (diff) | |
download | bcm5719-llvm-f35c789031bb6d7388fa06ccda98cb57fe0ad853.tar.gz bcm5719-llvm-f35c789031bb6d7388fa06ccda98cb57fe0ad853.zip |
Fix typo.
llvm-svn: 151238
Diffstat (limited to 'llvm/lib/Analysis/ScalarEvolutionExpander.cpp')
-rw-r--r-- | llvm/lib/Analysis/ScalarEvolutionExpander.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/ScalarEvolutionExpander.cpp b/llvm/lib/Analysis/ScalarEvolutionExpander.cpp index d5f3b745169..a03e371daa8 100644 --- a/llvm/lib/Analysis/ScalarEvolutionExpander.cpp +++ b/llvm/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 |