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
Loading
Please register or sign in to comment