Update the X86 JIT to make it work with the new two-addr changes. This also
authorChris Lattner <sabre@nondot.org>
Tue, 5 Sep 2006 02:52:35 +0000 (02:52 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 5 Sep 2006 02:52:35 +0000 (02:52 +0000)
commit0e42d81a838bcccd3ed6aacd011a172633ce6606
tree0ec1a9bf9fe50caa7d51d52e231a7e3e0881947f
parent09e460662a8d7328da1b938d5581a6ef3740b51d
Update the X86 JIT to make it work with the new two-addr changes.  This also
adds assertions that check to make sure every operand gets emitted.

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