Fix typo pointed out by Trevor Harmon.

llvm-svn: 119001
This commit is contained in:
Duncan Sands 2010-11-13 12:16:27 +00:00
parent 9430eb489c
commit e5ac78e16e
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ Value *Loop::getTripCount() const {
/// getSmallConstantTripCount - Returns the trip count of this loop as a
/// normal unsigned value, if possible. Returns 0 if the trip count is unknown
/// of not constant. Will also return 0 if the trip count is very large
/// or not constant. Will also return 0 if the trip count is very large
/// (>= 2^32)
unsigned Loop::getSmallConstantTripCount() const {
Value* TripCount = this->getTripCount();