From: Richard Smith Date: Wed, 19 Apr 2017 18:17:51 +0000 (+0000) Subject: Update comment to match r300252. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eab85946c15a4b71583e0d95ed40fc3471679c93;p=llvm Update comment to match r300252. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300728 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ADT/APInt.h b/include/llvm/ADT/APInt.h index 3f93e68e2c3..b508c7770e2 100644 --- a/include/llvm/ADT/APInt.h +++ b/include/llvm/ADT/APInt.h @@ -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);