diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h index d61ce2d2b9f..d79adc36ad5 100644 --- a/include/llvm/CodeGen/SelectionDAGNodes.h +++ b/include/llvm/CodeGen/SelectionDAGNodes.h @@ -371,6 +371,9 @@ public: return Values[ResNo]; } + /// getOperationName - Return the opcode of this operation for printing. + /// + const char* getOperationName() const; void dump() const; static bool classof(const SDNode *) { return true; }