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:
f8848a8
)
[TableGen] Remove unused method declaration. NFC
author
Craig Topper
<craig.topper@gmail.com>
Tue, 16 Jun 2015 05:44:06 +0000
(
05:44
+0000)
committer
Craig Topper
<craig.topper@gmail.com>
Tue, 16 Jun 2015 05:44:06 +0000
(
05:44
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239801
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 14ad63603358a80a7c3bb1f7b6117039b4210125..5760a1cf9a422a64afa5996f4003a365709160d3 100644
(file)
--- a/
include/llvm/TableGen/Record.h
+++ b/
include/llvm/TableGen/Record.h
@@
-1012,7
+1012,6
@@
public:
return I->getKind() == IK_FieldInit;
}
static FieldInit *get(Init *R, const std::string &FN);
- static FieldInit *get(Init *R, const Init *FN);
Init *getBit(unsigned Bit) const override;