Add a helper method.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19442 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-01-10 23:25:04 +00:00
parent 66328480bb
commit 6e6e3ceb08

View File

@ -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; }