refactor the conditional jump instructions in the .td file to
authorChris Lattner <sabre@nondot.org>
Thu, 11 Feb 2010 19:25:55 +0000 (19:25 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 11 Feb 2010 19:25:55 +0000 (19:25 +0000)
commitbd13fb62541136a4891d702feec8b7aba5bf695a
tree8eeb722adf2b0e3774b9a32ac9fa841e2491f788
parent42fc5586241ddc5948ffff67eefe8cb2690534a8
refactor the conditional jump instructions in the .td file to
use a multipattern that generates both the 1-byte and 4-byte
versions from the same defm

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95901 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86FastISel.cpp
lib/Target/X86/X86ISelDAGToDAG.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86InstrInfo.cpp
lib/Target/X86/X86InstrInfo.td
lib/Target/X86/X86MCCodeEmitter.cpp