Remove unused method declaration.

llvm-svn: 201301
This commit is contained in:
Craig Topper 2014-02-13 07:12:40 +00:00
parent 6223db2778
commit 7aaa0c2ddb

View 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.
///