Invalidate liveness in ARMConstantIslandPass.

This pass splits basic blocks to insert constant islands, and it
doesn't recompute the live-in lists. No later passes depend on accurate
liveness information.

This fixes PR12410 where the machine code verifier was complaining.

llvm-svn: 153700
GitOrigin-RevId: d8af9a5ee13e4a4b14e61bc608e6b19a095b203c
1 file changed