forked from OSchip/llvm-project
parent
83884a1042
commit
b5f971f744
|
@ -65,6 +65,7 @@ public:
|
|||
|
||||
bool isRead() const { return Type == READ; }
|
||||
|
||||
bool isWrite() const { return Type == WRITE; }
|
||||
};
|
||||
|
||||
class Comparison {
|
||||
|
|
Loading…
Reference in New Issue