Update comment to match r300252.

llvm-svn: 300728
This commit is contained in:
Richard Smith 2017-04-19 18:17:51 +00:00
parent 36d783ebfe
commit c99e91c421
1 changed files with 1 additions and 1 deletions

View File

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