projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06b2485
)
[TableGen] Remove unused function. NFC
author
Craig Topper
<craig.topper@gmail.com>
Sun, 7 Jun 2015 06:01:15 +0000
(06:01 +0000)
committer
Craig Topper
<craig.topper@gmail.com>
Sun, 7 Jun 2015 06:01:15 +0000
(06:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239246
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/TableGen/Record.h
patch
|
blob
|
history
diff --git
a/include/llvm/TableGen/Record.h
b/include/llvm/TableGen/Record.h
index 9e06b86b15f7abe5d89379693f1f89aa1c2f9141..9bb7b7a3bdb11c89c5efc6360781569544c3a215 100644
(file)
--- a/
include/llvm/TableGen/Record.h
+++ b/
include/llvm/TableGen/Record.h
@@
-1503,7
+1503,6
@@
struct LessRecordFieldName {
};
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'; }
struct RecordParts {