[llvm-commits] [llvm] r151238 - /llvm/trunk/lib/Analysis/ScalarEvolutionExpander.cpp
Rafael Espindola
rafael.espindola at gmail.com
Wed Feb 22 21:38:51 PST 2012
Author: rafael
Date: Wed Feb 22 23:38:51 2012
New Revision: 151238
URL: http://llvm.org/viewvc/llvm-project?rev=151238&view=rev
Log:
Fix typo.
Modified:
llvm/trunk/lib/Analysis/ScalarEvolutionExpander.cpp
Modified: llvm/trunk/lib/Analysis/ScalarEvolutionExpander.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/ScalarEvolutionExpander.cpp?rev=151238&r1=151237&r2=151238&view=diff
==============================================================================
--- llvm/trunk/lib/Analysis/ScalarEvolutionExpander.cpp (original)
+++ llvm/trunk/lib/Analysis/ScalarEvolutionExpander.cpp Wed Feb 22 23:38:51 2012
@@ -35,7 +35,7 @@
// 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
More information about the llvm-commits
mailing list