Tablegen generated code already tests the opcode value, so it's not
authorDan Gohman <gohman@apple.com>
Wed, 20 Aug 2008 15:24:22 +0000 (15:24 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 20 Aug 2008 15:24:22 +0000 (15:24 +0000)
commit67ca6be16ae434f3edab0b6927fa80d04ad0828e
treeb83157cfd315814216d610b45230a55c9c071792
parentc53ec498857aa3e6d4fc17bd67dd282dcfc821da
Tablegen generated code already tests the opcode value, so it's not
necessary to use dyn_cast in these predicates.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55055 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Alpha/AlphaInstrInfo.td
lib/Target/TargetSelectionDAG.td
lib/Target/X86/X86InstrInfo.td
lib/Target/X86/X86InstrSSE.td