mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SIL-opaque] Removed [Unconditional]CheckedCastValue
This commit is contained in:
@@ -602,9 +602,6 @@ struct DOTGraphTraits<SILFunction *> : public DefaultDOTGraphTraits {
|
||||
if (auto *CCBI = dyn_cast<CheckedCastBranchInst>(Term))
|
||||
return (Succ == CCBI->getSuccessBB()) ? "T" : "F";
|
||||
|
||||
if (auto *CCBI = dyn_cast<CheckedCastValueBranchInst>(Term))
|
||||
return (Succ == CCBI->getSuccessBB()) ? "T" : "F";
|
||||
|
||||
if (auto *CCBI = dyn_cast<CheckedCastAddrBranchInst>(Term))
|
||||
return (Succ == CCBI->getSuccessBB()) ? "T" : "F";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user