diff options
author | Craig Topper <craig.topper@gmail.com> | 2014-02-13 07:12:40 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2014-02-13 07:12:40 +0000 |
commit | 7aaa0c2ddbd1a22729377e7326c92ce68df09444 (patch) | |
tree | a470b1e9be5563f4996821f3e3386a1c118312d4 /llvm/utils/TableGen/X86RecognizableInstr.h | |
parent | 6223db27780ec34421fa9b22f44119aae68e1024 (diff) | |
download | bcm5719-llvm-7aaa0c2ddbd1a22729377e7326c92ce68df09444.tar.gz bcm5719-llvm-7aaa0c2ddbd1a22729377e7326c92ce68df09444.zip |
Remove unused method declaration.
llvm-svn: 201301
Diffstat (limited to 'llvm/utils/TableGen/X86RecognizableInstr.h')
-rw-r--r-- | llvm/utils/TableGen/X86RecognizableInstr.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/utils/TableGen/X86RecognizableInstr.h b/llvm/utils/TableGen/X86RecognizableInstr.h index 554257497ea..5866566ac02 100644 --- a/llvm/utils/TableGen/X86RecognizableInstr.h +++ b/llvm/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. /// |