Remove unused method declaration.
authorCraig Topper <craig.topper@gmail.com>
Thu, 13 Feb 2014 07:12:40 +0000 (07:12 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 13 Feb 2014 07:12:40 +0000 (07:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201301 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/X86RecognizableInstr.h

index 554257497ea250a18853ce843f6604e69312836d..5866566ac02c882c641ec373a4c937414249501f 100644 (file)
@@ -109,9 +109,6 @@ private:
   /// @return - The context in which the instruction is valid.
   InstructionContext insnContext() const;
 
-  /// hasFROperands - Returns true if any operand is a FR operand.
-  bool hasFROperands() const;
-
   /// typeFromString - Translates an operand type from the string provided in
   ///   the LLVM tables to an OperandType for use in the operand specifier.
   ///