Move stripClassCasts into SILValue. NFC.

Swift SVN r23539
This commit is contained in:
Roman Levenstein
2014-11-21 22:21:52 +00:00
parent dda599f58e
commit ab7b1c26ca
3 changed files with 27 additions and 22 deletions

View File

@@ -211,6 +211,10 @@ public:
// current SILValue.
SILValue stripUpCasts();
/// Return the underlying SILValue after stripping off all
/// upcasts and downcasts.
SILValue stripClassCasts();
// Return the underlying SILValue after stripping off all casts and
// address projection instructions.
//