forked from OSchip/llvm-project
parent
b3183de8c6
commit
c4a2046a88
|
@ -1122,6 +1122,11 @@ const char *SDNode::getOperationName() const {
|
|||
case ISD::ImplicitDef: return "ImplicitDef";
|
||||
case ISD::UNDEF: return "undef";
|
||||
|
||||
// Unary operators
|
||||
case ISD::FABS: return "fabs";
|
||||
case ISD::FNEG: return "fneg";
|
||||
|
||||
// Binary operators
|
||||
case ISD::ADD: return "add";
|
||||
case ISD::SUB: return "sub";
|
||||
case ISD::MUL: return "mul";
|
||||
|
|
Loading…
Reference in New Issue