mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-01 00:35:43 +00:00
Fix comment of findGCD.
llvm-svn: 198660
This commit is contained in:
parent
6d854ef50f
commit
df983a7565
@ -1275,8 +1275,8 @@ bool DependenceAnalysis::weakCrossingSIVtest(const SCEV *Coeff,
|
||||
//
|
||||
// Program 2.1, page 29.
|
||||
// Computes the GCD of AM and BM.
|
||||
// Also finds a solution to the equation ax - by = gdc(a, b).
|
||||
// Returns true iff the gcd divides Delta.
|
||||
// Also finds a solution to the equation ax - by = gcd(a, b).
|
||||
// Returns true if dependence disproved; i.e., gcd does not divide Delta.
|
||||
static
|
||||
bool findGCD(unsigned Bits, APInt AM, APInt BM, APInt Delta,
|
||||
APInt &G, APInt &X, APInt &Y) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user