implement the rest of correct x86-64 encoder support for
authorChris Lattner <sabre@nondot.org>
Fri, 12 Feb 2010 23:24:09 +0000 (23:24 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 12 Feb 2010 23:24:09 +0000 (23:24 +0000)
commit4a2e5edb94c5d6ceb2f8f99ec031963e4c3862f9
tree39f7c5633d155297c7449ea0a01b1de40f2bd466
parent15ce1d71f1dca69eff13e5a56e3209558dcc1fc0
implement the rest of correct x86-64 encoder support for
rip-relative addresses, and add a testcase.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96040 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86MCCodeEmitter.cpp
test/MC/AsmParser/X86/x86_64-new-encoder.s [new file with mode: 0644]