forked from OSchip/llvm-project
parent
36d783ebfe
commit
c99e91c421
|
@ -1988,7 +1988,7 @@ inline const APInt &umax(const APInt &A, const APInt &B) {
|
|||
/// \brief Compute GCD of two unsigned APInt values.
|
||||
///
|
||||
/// This function returns the greatest common divisor of the two APInt values
|
||||
/// using Euclid's algorithm.
|
||||
/// using Stein's algorithm.
|
||||
///
|
||||
/// \returns the greatest common divisor of A and B.
|
||||
APInt GreatestCommonDivisor(APInt A, APInt B);
|
||||
|
|
Loading…
Reference in New Issue