Remove the last remnants of unchecked_ref_bit_cast

Swift SVN r32598
This commit is contained in:
Andrew Trick
2015-10-10 05:42:57 +00:00
parent 57a450b28f
commit c20370a664
27 changed files with 7 additions and 172 deletions

View File

@@ -489,10 +489,6 @@ namespace {
return true;
}
bool visitUncheckedRefBitCastInst(UncheckedRefBitCastInst *RHS) {
return true;
}
bool visitUncheckedBitwiseCastInst(UncheckedBitwiseCastInst *RHS) {
return true;
}