comparison src/share/vm/opto/mathexactnode.hpp @ 13077:b957c650babb

8028207: assert(_outcnt==1) failed: not unique in compile.cpp Reviewed-by: iveresov, kvn
author rbackman
date Tue, 12 Nov 2013 14:52:48 +0100
parents 59e8ad757e19
children cd5d10655495
comparison
equal deleted inserted replaced
13076:f675976a61e7 13077:b957c650babb
47 }; 47 };
48 virtual int Opcode() const; 48 virtual int Opcode() const;
49 virtual Node* Identity(PhaseTransform* phase) { return this; } 49 virtual Node* Identity(PhaseTransform* phase) { return this; }
50 virtual Node* Ideal(PhaseGVN* phase, bool can_reshape) { return NULL; } 50 virtual Node* Ideal(PhaseGVN* phase, bool can_reshape) { return NULL; }
51 virtual const Type* Value(PhaseTransform* phase) const { return bottom_type(); } 51 virtual const Type* Value(PhaseTransform* phase) const { return bottom_type(); }
52 virtual uint hash() const { return Node::hash(); } 52 virtual uint hash() const { return NO_HASH; }
53 virtual bool is_CFG() const { return false; } 53 virtual bool is_CFG() const { return false; }
54 virtual uint ideal_reg() const { return NotAMachineReg; } 54 virtual uint ideal_reg() const { return NotAMachineReg; }
55 55
56 ProjNode* result_node() const { return proj_out(result_proj_node); } 56 ProjNode* result_node() const { return proj_out(result_proj_node); }
57 ProjNode* flags_node() const { return proj_out(flags_proj_node); } 57 ProjNode* flags_node() const { return proj_out(flags_proj_node); }