SIL: Drop the upcast_existential* instructions.

Swift SVN r22345
This commit is contained in:
Joe Groff
2014-09-28 19:24:33 +00:00
parent d639892b4e
commit 1e343fb430
23 changed files with 6 additions and 265 deletions

View File

@@ -636,7 +636,6 @@ public:
OPERANDALIAS_MEMBEHAVIOR_INST(InjectEnumAddrInst)
OPERANDALIAS_MEMBEHAVIOR_INST(UncheckedTakeEnumDataAddrInst)
OPERANDALIAS_MEMBEHAVIOR_INST(InitExistentialInst)
OPERANDALIAS_MEMBEHAVIOR_INST(UpcastExistentialInst)
OPERANDALIAS_MEMBEHAVIOR_INST(DeinitExistentialInst)
OPERANDALIAS_MEMBEHAVIOR_INST(DeallocStackInst)
OPERANDALIAS_MEMBEHAVIOR_INST(FixLifetimeInst)