diff options
Diffstat (limited to 'llvm/utils/TableGen/GlobalISel/GIMatchDagInstr.h')
-rw-r--r-- | llvm/utils/TableGen/GlobalISel/GIMatchDagInstr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/GlobalISel/GIMatchDagInstr.h b/llvm/utils/TableGen/GlobalISel/GIMatchDagInstr.h index 4a07767a2e1..cccfd97da77 100644 --- a/llvm/utils/TableGen/GlobalISel/GIMatchDagInstr.h +++ b/llvm/utils/TableGen/GlobalISel/GIMatchDagInstr.h @@ -74,7 +74,6 @@ public: const GIMatchDagOperandList &getOperandInfo() const { return OperandInfo; } StringRef getName() const { return Name; } - StringRef getUserAssignedName() const { return UserAssignedName; } void assignNameToOperand(unsigned Idx, StringRef Name) { assert(UserAssignedNamesForOperands[Idx].empty() && "Cannot assign twice"); UserAssignedNamesForOperands[Idx] = Name; |