mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove the last remnants of unchecked_ref_bit_cast
Swift SVN r32598
This commit is contained in:
@@ -489,10 +489,6 @@ namespace {
|
||||
return true;
|
||||
}
|
||||
|
||||
bool visitUncheckedRefBitCastInst(UncheckedRefBitCastInst *RHS) {
|
||||
return true;
|
||||
}
|
||||
|
||||
bool visitUncheckedBitwiseCastInst(UncheckedBitwiseCastInst *RHS) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user