mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Fix typo pointed out by Trevor Harmon.
llvm-svn: 119001
This commit is contained in:
parent
49dd03e223
commit
6ff5e53731
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user