src/share/vm/opto/block.cpp

changeset 3051
11211f7cb5a0
parent 3049
95134e034042
child 3128
f94227b6117b
equal deleted inserted replaced
3050:fdb992d83a87 3051:11211f7cb5a0
837 insert_goto_at(i, 1); 837 insert_goto_at(i, 1);
838 } 838 }
839 839
840 // Make sure we TRUE branch to the target 840 // Make sure we TRUE branch to the target
841 if( proj0->Opcode() == Op_IfFalse ) { 841 if( proj0->Opcode() == Op_IfFalse ) {
842 iff->negate(); 842 iff->as_MachIf()->negate();
843 } 843 }
844 844
845 b->_nodes.pop(); // Remove IfFalse & IfTrue projections 845 b->_nodes.pop(); // Remove IfFalse & IfTrue projections
846 b->_nodes.pop(); 846 b->_nodes.pop();
847 847

mercurial