summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2014-02-13 07:12:40 +0000
committerCraig Topper <craig.topper@gmail.com>2014-02-13 07:12:40 +0000
commit611c2c38041e8e58962d44734fa8a975c6ea422b (patch)
tree262925626ca4f355b8afaccc94201629e8fb4696 /utils
parent1ee7e39dd493473038237d2daf79164a15e42db2 (diff)
downloadllvm-611c2c38041e8e58962d44734fa8a975c6ea422b.tar.gz
llvm-611c2c38041e8e58962d44734fa8a975c6ea422b.tar.bz2
llvm-611c2c38041e8e58962d44734fa8a975c6ea422b.tar.xz
Remove unused method declaration.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201301 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/X86RecognizableInstr.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/TableGen/X86RecognizableInstr.h b/utils/TableGen/X86RecognizableInstr.h
index 554257497e..5866566ac0 100644
--- a/utils/TableGen/X86RecognizableInstr.h
+++ b/utils/TableGen/X86RecognizableInstr.h
@@ -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.
///