mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +00:00
print fneg/fabs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21008 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user