src/share/vm/opto/subnode.cpp

changeset 2870
f1d6640088a1
parent 2314
f95d63e2154a
child 2940
33e2b8f1d466
     1.1 --- a/src/share/vm/opto/subnode.cpp	Mon May 02 18:53:37 2011 -0700
     1.2 +++ b/src/share/vm/opto/subnode.cpp	Tue May 03 12:11:54 2011 -0700
     1.3 @@ -1223,21 +1223,6 @@
     1.4  }
     1.5  
     1.6  //=============================================================================
     1.7 -//------------------------------NegNode----------------------------------------
     1.8 -Node *NegFNode::Ideal(PhaseGVN *phase, bool can_reshape) {
     1.9 -  if( in(1)->Opcode() == Op_SubF )
    1.10 -    return new (phase->C, 3) SubFNode( in(1)->in(2), in(1)->in(1) );
    1.11 -  return NULL;
    1.12 -}
    1.13 -
    1.14 -Node *NegDNode::Ideal(PhaseGVN *phase, bool can_reshape) {
    1.15 -  if( in(1)->Opcode() == Op_SubD )
    1.16 -    return new (phase->C, 3) SubDNode( in(1)->in(2), in(1)->in(1) );
    1.17 -  return NULL;
    1.18 -}
    1.19 -
    1.20 -
    1.21 -//=============================================================================
    1.22  //------------------------------Value------------------------------------------
    1.23  // Compute sqrt
    1.24  const Type *SqrtDNode::Value( PhaseTransform *phase ) const {

mercurial