summaryrefslogtreecommitdiff
path: root/compiler/utils/dedupe_set.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/utils/dedupe_set.h')
-rw-r--r--compiler/utils/dedupe_set.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/utils/dedupe_set.h b/compiler/utils/dedupe_set.h
index b062a2aa86..a9a5781093 100644
--- a/compiler/utils/dedupe_set.h
+++ b/compiler/utils/dedupe_set.h
@@ -40,8 +40,8 @@ class DedupeSet {
struct HashedKey {
StoreKey* store_ptr;
union {
- HashType store_hash; // Valid if store_ptr != nullptr.
- const HashedInKey* in_key; // Valid if store_ptr == nullptr.
+ HashType store_hash; // Valid if store_ptr != null.
+ const HashedInKey* in_key; // Valid if store_ptr == null.
};
};