[llvm] r239801 - [TableGen] Remove unused method declaration. NFC

Craig Topper craig.topper at gmail.com
Mon Jun 15 22:44:06 PDT 2015


Author: ctopper
Date: Tue Jun 16 00:44:06 2015
New Revision: 239801

URL: http://llvm.org/viewvc/llvm-project?rev=239801&view=rev
Log:
[TableGen] Remove unused method declaration. 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=239801&r1=239800&r2=239801&view=diff
==============================================================================
--- llvm/trunk/include/llvm/TableGen/Record.h (original)
+++ llvm/trunk/include/llvm/TableGen/Record.h Tue Jun 16 00:44:06 2015
@@ -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;
 





More information about the llvm-commits mailing list