mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
SIL: Remove the global_addr instruction.
It's no longer needed now that we always lower to SIL globals. Swift SVN r22693
This commit is contained in:
@@ -70,7 +70,6 @@ static bool isTransitiveEscapeInst(SILInstruction *Inst) {
|
||||
case ValueKind::AutoreleaseValueInst:
|
||||
case ValueKind::FloatLiteralInst:
|
||||
case ValueKind::FunctionRefInst:
|
||||
case ValueKind::GlobalAddrInst:
|
||||
case ValueKind::IntegerLiteralInst:
|
||||
case ValueKind::LoadInst:
|
||||
case ValueKind::LoadWeakInst:
|
||||
|
||||
Reference in New Issue
Block a user