Skip to content

Commit d5d3ff9

Browse files
committed
Fixup Tombstone Reference Kind
Have to find a way to hide these implementation details from clients if possible...
1 parent e58ba24 commit d5d3ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/EvaluatorDependencies.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ struct DependencyCollector {
135135
}
136136

137137
static Reference tombstone() {
138-
return {Kind::Empty,
138+
return {Kind::Tombstone,
139139
llvm::DenseMapInfo<NominalTypeDecl *>::getTombstoneKey(),
140140
llvm::DenseMapInfo<DeclBaseName>::getTombstoneKey()};
141141
}

0 commit comments

Comments
 (0)