Rename HoleType to PlaceholderType

HoleType basically served the same purpose as PlaceholderType. This commit unifies the two.
This commit is contained in:
Frederick Kellison-Linn
2021-02-07 23:08:43 -05:00
committed by Freddy Kellison-Linn
parent 40122dfecd
commit e4ea1678dc
34 changed files with 238 additions and 217 deletions

View File

@@ -4110,11 +4110,7 @@ public:
}
void visitPlaceholderType(const PlaceholderType *) {
llvm_unreachable("should not serialize an invalid type");
}
void visitHoleType(const HoleType *) {
llvm_unreachable("should not serialize a HoleType");
llvm_unreachable("should not serialize a PlaceholderType");
}
void visitModuleType(const ModuleType *) {