mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-02 10:48:35 +02:00
tagStateCmp use +exceptionStateLess
Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
@@ -667,6 +667,10 @@ private:
|
||||
int index_;
|
||||
};
|
||||
|
||||
bool
|
||||
exceptionStateLess(const ExceptionState *state1,
|
||||
const ExceptionState *state2);
|
||||
|
||||
// Exception thrown by check.
|
||||
class EmptyExpceptionPt : public Exception
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user