aboutsummaryrefslogtreecommitdiff
path: root/openmp/tools/omptest/include/InternalEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'openmp/tools/omptest/include/InternalEvent.h')
-rw-r--r--openmp/tools/omptest/include/InternalEvent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openmp/tools/omptest/include/InternalEvent.h b/openmp/tools/omptest/include/InternalEvent.h
index 1348c48..743fad9 100644
--- a/openmp/tools/omptest/include/InternalEvent.h
+++ b/openmp/tools/omptest/include/InternalEvent.h
@@ -371,6 +371,7 @@ struct BufferRecordDeallocation : public EventBase<BufferRecordDeallocation> {
// take precedence over the following default equality operator definition.
bool operator==(const ParallelBegin &, const ParallelBegin &);
bool operator==(const Work &, const Work &);
+bool operator==(const Dispatch &, const Dispatch &);
bool operator==(const ImplicitTask &, const ImplicitTask &);
bool operator==(const SyncRegion &, const SyncRegion &);
bool operator==(const Target &, const Target &);