mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-27 14:34:58 +00:00
For PR1297:
Intrinsic functions might need to be generated (if they are overloaded) so returning a const char* is no longer possible. Change getOperationName to return a std::string instead. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35543 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d4d68ba4b8
commit
ded5ed873f
@ -911,7 +911,7 @@ public:
|
||||
|
||||
/// getOperationName - Return the opcode of this operation for printing.
|
||||
///
|
||||
const char* getOperationName(const SelectionDAG *G = 0) const;
|
||||
std::string getOperationName(const SelectionDAG *G = 0) const;
|
||||
static const char* getIndexedModeName(ISD::MemIndexedMode AM);
|
||||
void dump() const;
|
||||
void dump(const SelectionDAG *G) const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user