Skip to content

Instantly share code, notes, and snippets.

@nhaehnle
Created January 8, 2023 00:23
Show Gist options
  • Save nhaehnle/e47442a081f42148165cc0aee1d37563 to your computer and use it in GitHub Desktop.
Save nhaehnle/e47442a081f42148165cc0aee1d37563 to your computer and use it in GitHub Desktop.
@@ -117,9 +113,7 @@ bool ABIInfo::isPromotableIntegerTypeForABI(QualType Ty) const {
return false;
}
-ABIInfo::~ABIInfo() = default;
-
-SwiftABIInfo::~SwiftABIInfo() = default;
+ABIInfo::~ABIInfo() {}
/// Does the given lowering require more than the given number of
/// registers when expanded?
@@ -117,10 +113,8 @@
return false;
}
-ABIInfo::~ABIInfo() = default;
+ABIInfo::~ABIInfo() {}
-SwiftABIInfo::~SwiftABIInfo() = default;
-
/// Does the given lowering require more than the given number of
/// registers when expanded?
///
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment