mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-21 03:32:29 +00:00
Remove extraneous semicolon.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187806 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4f7092176c
commit
62d6fa5e8f
@ -508,7 +508,7 @@ bool DependenceAnalysis::intersectConstraints(Constraint *X,
|
||||
APInt Xr = Xtop; // though they're just going to be overwritten
|
||||
APInt::sdivrem(Xtop, Xbot, Xq, Xr);
|
||||
APInt Yq = Ytop;
|
||||
APInt Yr = Ytop;;
|
||||
APInt Yr = Ytop;
|
||||
APInt::sdivrem(Ytop, Ybot, Yq, Yr);
|
||||
if (Xr != 0 || Yr != 0) {
|
||||
X->setEmpty();
|
||||
|
Loading…
x
Reference in New Issue
Block a user