Revert r66024. The JIT encoding for CALLpcrel32 is wrong -- see PR3773, and the
authorDan Gohman <gohman@apple.com>
Wed, 11 Mar 2009 23:01:47 +0000 (23:01 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 11 Mar 2009 23:01:47 +0000 (23:01 +0000)
commit30143763b9a4b670ccb5b064626fbe90ff97830a
treee985a4a517b8190f65e08a547070758f834b7323
parentc40d4f85ddd6f822480f91dacd9646eec055c4ca
Revert r66024. The JIT encoding for CALLpcrel32 is wrong -- see PR3773, and the
assembly text output uses an indirect call ("call *") instead of a direct call.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66735 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp
lib/Target/X86/X86Instr64bit.td
lib/Target/X86/X86InstrInfo.td
test/CodeGen/X86/call-imm.ll [deleted file]