[llvm] r201301 - Remove unused method declaration.

Craig Topper craig.topper at gmail.com
Wed Feb 12 23:12:40 PST 2014


Author: ctopper
Date: Thu Feb 13 01:12:40 2014
New Revision: 201301

URL: http://llvm.org/viewvc/llvm-project?rev=201301&view=rev
Log:
Remove unused method declaration.

Modified:
    llvm/trunk/utils/TableGen/X86RecognizableInstr.h

Modified: llvm/trunk/utils/TableGen/X86RecognizableInstr.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/X86RecognizableInstr.h?rev=201301&r1=201300&r2=201301&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/X86RecognizableInstr.h (original)
+++ llvm/trunk/utils/TableGen/X86RecognizableInstr.h Thu Feb 13 01:12:40 2014
@@ -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.
   ///





More information about the llvm-commits mailing list