mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Added case HANDLENODE to getOperationName().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25920 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
07cf14112d
commit
9fda2f9106
@ -2266,6 +2266,7 @@ const char *SDNode::getOperationName(const SelectionDAG *G) const {
|
||||
case ISD::UNDEF: return "undef";
|
||||
case ISD::MERGE_VALUES: return "mergevalues";
|
||||
case ISD::INLINEASM: return "inlineasm";
|
||||
case ISD::HANDLENODE: return "handlenode";
|
||||
|
||||
// Unary operators
|
||||
case ISD::FABS: return "fabs";
|
||||
|
Loading…
x
Reference in New Issue
Block a user