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:
Dmitri Hrybenko
2015-01-23 03:09:54 +00:00
parent 2b6d1989da
commit e90e1c6ab5
3 changed files with 9 additions and 128 deletions

View File

@@ -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) {