src/share/vm/opto/block.cpp
Index
Unified diffs
Context diffs
Sdiffs
Wdiffs
Patch
New
Old
Previous File
Next File
7079317 Cdiff src/share/vm/opto/block.cpp
src/share/vm/opto/block.cpp
Print this page
*** 837,847 ****
insert_goto_at(i, 1);
}
// Make sure we TRUE branch to the target
if( proj0->Opcode() == Op_IfFalse ) {
! iff->negate();
}
b->_nodes.pop(); // Remove IfFalse & IfTrue projections
b->_nodes.pop();
--- 837,847 ----
insert_goto_at(i, 1);
}
// Make sure we TRUE branch to the target
if( proj0->Opcode() == Op_IfFalse ) {
! iff->as_MachIf()->negate();
}
b->_nodes.pop(); // Remove IfFalse & IfTrue projections
b->_nodes.pop();
src/share/vm/opto/block.cpp
Index
Unified diffs
Context diffs
Sdiffs
Wdiffs
Patch
New
Old
Previous File
Next File