This was originally part of D118214, and was removed because we didn't know of situations where the post-arc-contract nullary bundle ends up in bitcode. Turns out this does happen, with swiftc -embed-bitcode!
In certain use-cases, these can be emitted by old compilers, but the operand is now always required. These are only used for optimizations, so it's safe to drop them if they happen to have the now-invalid format. The semantically-required call is already a separate instruction.