mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-08 21:37:35 +00:00
print fneg/fabs
llvm-svn: 21008
This commit is contained in:
parent
e74fa510c9
commit
c8f36868e6
@ -1122,6 +1122,11 @@ const char *SDNode::getOperationName() const {
|
|||||||
case ISD::ImplicitDef: return "ImplicitDef";
|
case ISD::ImplicitDef: return "ImplicitDef";
|
||||||
case ISD::UNDEF: return "undef";
|
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::ADD: return "add";
|
||||||
case ISD::SUB: return "sub";
|
case ISD::SUB: return "sub";
|
||||||
case ISD::MUL: return "mul";
|
case ISD::MUL: return "mul";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user