summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2015-06-16 05:44:06 +0000
committerCraig Topper <craig.topper@gmail.com>2015-06-16 05:44:06 +0000
commite5409783d1e13f8d7ac487aa790774b5b5a95196 (patch)
tree608a67f878235955ee12296c6eb605279c089fad
parent1a6305f31319bd727d27a65328f251a0c0ccbd05 (diff)
downloadbcm5719-llvm-e5409783d1e13f8d7ac487aa790774b5b5a95196.tar.gz
bcm5719-llvm-e5409783d1e13f8d7ac487aa790774b5b5a95196.zip
[TableGen] Remove unused method declaration. NFC
llvm-svn: 239801
-rw-r--r--llvm/include/llvm/TableGen/Record.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/TableGen/Record.h b/llvm/include/llvm/TableGen/Record.h
index 14ad6360335..5760a1cf9a4 100644
--- a/llvm/include/llvm/TableGen/Record.h
+++ b/llvm/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;
OpenPOWER on IntegriCloud