mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
silence a bogus gcc warning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26953 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f2722ca339
commit
035c6a2356
@ -1223,8 +1223,8 @@ namespace {
|
||||
return LV > RV;
|
||||
else
|
||||
return ALV < ARV;
|
||||
} else
|
||||
return (LHSC && !RHSC);
|
||||
}
|
||||
return (LHSC && !RHSC);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user