Fix typo.

llvm-svn: 151238
This commit is contained in:
Rafael Espindola 2012-02-23 05:38:51 +00:00
parent 8093fdfab1
commit f35c789031
1 changed files with 1 additions and 1 deletions

View File

@ -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