OSDN Git Service

fix a bunch of failures in the X86-64 JIT by tolerating RIP as
authorChris Lattner <sabre@nondot.org>
Sat, 27 Jun 2009 04:46:33 +0000 (04:46 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 27 Jun 2009 04:46:33 +0000 (04:46 +0000)
commit380135cc3e320c74417f66c14407121e07926e3c
treeb67605e034f61a52f81e33576d4cddbcc2ee092d
parent74d3f50a803347432b3dc26f67e23297c2a1f232
fix a bunch of failures in the X86-64 JIT by tolerating RIP as
a base register.  We just ignore it for now.

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