Make sure to emit the immediate byte for instructions like:
authorChris Lattner <sabre@nondot.org>
Sat, 17 Jul 2004 20:26:14 +0000 (20:26 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 17 Jul 2004 20:26:14 +0000 (20:26 +0000)
commit42df461c9078717e8422e8159b0a977cd2171d37
treea2bf8f2f3b88252975a874fef4baf739727c7076
parent3b5e6e5f844fd102871649449da59859f15f1e67
Make sure to emit the immediate byte for instructions like:
shrd [mem], reg, imm

This fixes the jit-ls failure on 186.crafty.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14914 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86CodeEmitter.cpp