mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-02 10:21:54 +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::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…
x
Reference in New Issue
Block a user