OSDN Git Service

add jit support for the new psuedo instructions I added for
authorChris Lattner <sabre@nondot.org>
Fri, 8 Oct 2010 23:59:27 +0000 (23:59 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 8 Oct 2010 23:59:27 +0000 (23:59 +0000)
commit0d9a0865c61322b31232af10e68ac73db4377994
treeb15a6f0aa8e9fc9af41bf05191ed6a09d1c40591
parent8dae787db4ad6d847aceb7c4b28516649ab78036
add jit support for the new psuedo instructions I added for
the add/or xform.  The JIT isn't mcized yet, boo.

This fixes Olden/voronoi, bh and a ton of other stuff that
uses the jit.

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