mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Move stripClassCasts into SILValue. NFC.
Swift SVN r23539
This commit is contained in:
@@ -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.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user