[llvm] r239246 - [TableGen] Remove unused function. NFC
Craig Topper
craig.topper at gmail.com
Sat Jun 6 23:01:15 PDT 2015
Author: ctopper
Date: Sun Jun 7 01:01:15 2015
New Revision: 239246
URL: http://llvm.org/viewvc/llvm-project?rev=239246&view=rev
Log:
[TableGen] Remove unused function. NFC
Modified:
llvm/trunk/include/llvm/TableGen/Record.h
Modified: llvm/trunk/include/llvm/TableGen/Record.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/TableGen/Record.h?rev=239246&r1=239245&r2=239246&view=diff
==============================================================================
--- llvm/trunk/include/llvm/TableGen/Record.h (original)
+++ llvm/trunk/include/llvm/TableGen/Record.h Sun Jun 7 01:01:15 2015
@@ -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 {
More information about the llvm-commits
mailing list