parent
3044612fe9
commit
ce30a3ca71
|
@ -250,7 +250,7 @@ bool isDifferentKnownValues(const Token * const tok1, const Token * const tok2)
|
||||||
|
|
||||||
static bool isZeroBoundCond(const Token * const cond)
|
static bool isZeroBoundCond(const Token * const cond)
|
||||||
{
|
{
|
||||||
if(cond == nullptr)
|
if (cond == nullptr)
|
||||||
return false;
|
return false;
|
||||||
// Assume unsigned
|
// Assume unsigned
|
||||||
// TODO: Handle reverse conditions
|
// TODO: Handle reverse conditions
|
||||||
|
|
Loading…
Reference in New Issue