Add missing break for Intrinsic::objectsize case. It was falling through to...
Add missing break for Intrinsic::objectsize case. It was falling through to the following Intrinsic::bswap code. I have no idea why it wasn't breaking stuff. llvm-svn: 97774
Loading
Please register or sign in to comment