Update varmap.hh

This commit is contained in:
Gregory Morse 2019-07-26 00:44:52 +02:00 committed by GitHub
parent b218cfab9d
commit 7d77a1ef49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,6 +73,7 @@ public:
bool absorb(RangeHint *b); ///< Try to absorb the other RangeHint into \b this
bool merge(RangeHint *b,AddrSpace *space,TypeFactory *typeFactory); ///< Try to form the union of \b this with another RangeHint
static bool compareRanges(const RangeHint *a,const RangeHint *b); ///< Compare to RangeHint pointers
static bool rangesEqual(const RangeHint* a, const RangeHint* b);
};
class ProtoModel;