mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Rename HoleType to PlaceholderType
HoleType basically served the same purpose as PlaceholderType. This commit unifies the two.
This commit is contained in:
committed by
Freddy Kellison-Linn
parent
40122dfecd
commit
e4ea1678dc
@@ -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 *) {
|
||||
|
||||
Reference in New Issue
Block a user