mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "SIL verifier: Require convert_function not to change function ABI."
This reverts commit r24666. It broke the performance benchmarks. Swift SVN r24672
This commit is contained in:
@@ -189,7 +189,7 @@ public:
|
||||
SILTypeList *getSILTypeList(ArrayRef<SILType> Types) const;
|
||||
|
||||
/// \brief This converts Swift types to SILTypes.
|
||||
mutable Lowering::TypeConverter Types;
|
||||
Lowering::TypeConverter Types;
|
||||
|
||||
/// Look up the TypeLowering for a SILType.
|
||||
const Lowering::TypeLowering &getTypeLowering(SILType t) {
|
||||
|
||||
Reference in New Issue
Block a user