forked from OSchip/llvm-project
Added case HANDLENODE to getOperationName().
llvm-svn: 25920
This commit is contained in:
parent
b7f24de4c8
commit
02b5b9cdd6
|
@ -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…
Reference in New Issue