mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-18 13:34:04 +00:00
[TableGen] Remove unused function. NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239246 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
06b2485912
commit
20d6747043
@ -1503,7 +1503,6 @@ struct LessRecordFieldName {
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct LessRecordRegister {
|
struct LessRecordRegister {
|
||||||
static size_t min(size_t a, size_t b) { return a < b ? a : b; }
|
|
||||||
static bool ascii_isdigit(char x) { return x >= '0' && x <= '9'; }
|
static bool ascii_isdigit(char x) { return x >= '0' && x <= '9'; }
|
||||||
|
|
||||||
struct RecordParts {
|
struct RecordParts {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user