Fix the JIT encoding of cmp*ss, which aborts with this assertion currently:
authorChris Lattner <sabre@nondot.org>
Sun, 16 Dec 2007 20:12:41 +0000 (20:12 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 16 Dec 2007 20:12:41 +0000 (20:12 +0000)
commitd7610e16fc1490f2a3a16a68f5059fd34196fbc9
treee982e601e51f5bccd5f0e577bfbac003ed39e53c
parentece2c04d532d46405c085769d03173b392813eb3
Fix the JIT encoding of cmp*ss, which aborts with this assertion currently:
X86CodeEmitter.cpp:378: failed assertion `0 && "Immediate size not set!"'

I *think* this is right, but Evan, please verify.  It also looks like
CMPSDrr and maybe others are missing this info.  Evan, plz investigate.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45074 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrFormats.td
lib/Target/X86/X86InstrSSE.td