Shorten "TypeLoweringInfo" to "TypeLowering".

Swift SVN r6795
This commit is contained in:
John McCall
2013-08-01 01:28:34 +00:00
parent e98ab3d83a
commit f46ffb3382
11 changed files with 87 additions and 88 deletions

View File

@@ -110,9 +110,9 @@ public:
/// \brief This converts Swift types to SILTypes.
Lowering::TypeConverter Types;
/// Look up the TypeLoweringInfo for a SILType.
const Lowering::TypeLoweringInfo &getTypeLoweringInfo(SILType t) {
return Types.getTypeLoweringInfo(t);
/// Look up the TypeLowering for a SILType.
const Lowering::TypeLowering &getTypeLowering(SILType t) {
return Types.getTypeLowering(t);
}
/// Construct a SIL module from a translation unit. The module will be