mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
allow passing a dag into getOperationName and dump
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22803 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ad95d6ab20
commit
efe5869405
@ -521,8 +521,9 @@ public:
|
||||
|
||||
/// getOperationName - Return the opcode of this operation for printing.
|
||||
///
|
||||
const char* getOperationName() const;
|
||||
const char* getOperationName(const SelectionDAG *G = 0) const;
|
||||
void dump() const;
|
||||
void dump(const SelectionDAG *G) const;
|
||||
|
||||
static bool classof(const SDNode *) { return true; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user