mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
add a missing node name
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25327 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7c41907887
commit
cc0aad20dd
@ -1899,6 +1899,7 @@ const char *SDNode::getOperationName(const SelectionDAG *G) const {
|
||||
case ISD::CopyToReg: return "CopyToReg";
|
||||
case ISD::CopyFromReg: return "CopyFromReg";
|
||||
case ISD::UNDEF: return "undef";
|
||||
case ISD::MERGE_VALUES: return "mergevalues";
|
||||
|
||||
// Unary operators
|
||||
case ISD::FABS: return "fabs";
|
||||
|
Loading…
x
Reference in New Issue
Block a user