forked from OSchip/llvm-project
parent
9c40e9c61f
commit
472a265ef6
|
@ -444,7 +444,7 @@ void ISel::InstructionSelectBasicBlock(SelectionDAG &DAG) {
|
|||
// basic blocks. This will be a huge win, but we are waiting on the global
|
||||
// allocators before we can do this.
|
||||
//
|
||||
if (ContainsFPCode && BB->succ_size()) {
|
||||
if (ContainsFPCode) {
|
||||
BuildMI(*BB, BB->getFirstTerminator(), X86::FP_REG_KILL, 0);
|
||||
++NumFPKill;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue