diff options
Diffstat (limited to 'gcc/range-op.h')
-rw-r--r-- | gcc/range-op.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/range-op.h b/gcc/range-op.h index 5dcb3fb..594e678 100644 --- a/gcc/range-op.h +++ b/gcc/range-op.h @@ -189,6 +189,10 @@ public: const prange &op1, const prange &op2, relation_kind = VREL_VARYING) const; + virtual relation_kind lhs_op1_relation (const prange &lhs, + const prange &op1, + const irange &op2, + relation_kind = VREL_VARYING) const; virtual relation_kind lhs_op1_relation (const frange &lhs, const frange &op1, const frange &op2, |