src/share/vm/opto/block.cpp

changeset 3051
11211f7cb5a0
parent 3049
95134e034042
child 3128
f94227b6117b
     1.1 --- a/src/share/vm/opto/block.cpp	Tue Aug 16 04:14:05 2011 -0700
     1.2 +++ b/src/share/vm/opto/block.cpp	Tue Aug 16 11:53:57 2011 -0700
     1.3 @@ -839,7 +839,7 @@
     1.4  
     1.5        // Make sure we TRUE branch to the target
     1.6        if( proj0->Opcode() == Op_IfFalse ) {
     1.7 -        iff->negate();
     1.8 +        iff->as_MachIf()->negate();
     1.9        }
    1.10  
    1.11        b->_nodes.pop();          // Remove IfFalse & IfTrue projections

mercurial