< prev index next >

src/hotspot/share/opto/subnode.hpp

Print this page

        

@@ -494,18 +494,10 @@
   const Type *bottom_type() const { return Type::FLOAT; }
   virtual uint ideal_reg() const { return Op_RegF; }
   virtual const Type* Value(PhaseGVN* phase) const;
 };
 
-//--------------------------------NotNode-----------------------------------------
-// not for byte, short, int and long
-class NotNode : public Node {
-public:
-  NotNode(Compile* C, Node *c, Node *in1) : Node(c, in1) {}
-  virtual int Opcode() const;
-};
-
 //-------------------------------ReverseBytesINode--------------------------------
 // reverse bytes of an integer
 class ReverseBytesINode : public Node {
 public:
   ReverseBytesINode(Node *c, Node *in1) : Node(c, in1) {}
< prev index next >