mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-11 11:34:02 +00:00
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:
parent
66328480bb
commit
6e6e3ceb08
@ -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; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user