llvm-reduce: Fix not removing first instruction in MachineBasicBlock
This had the surprising behavior of using whatever instruction happened to be first in the block as an anchor point to stick random implicit defs on. Use a real implicit_def instead.
Loading
Please sign in to comment