Allow jit-beta to work

llvm-svn: 25578
This commit is contained in:
Chris Lattner 2006-01-24 04:50:48 +00:00
parent 12f8441c03
commit 68e62a5184
1 changed files with 0 additions and 1 deletions

View File

@ -399,7 +399,6 @@ void Emitter::emitInstruction(const MachineInstr &MI) {
if (MO.isMachineBasicBlock()) {
emitPCRelativeBlockAddress(MO.getMachineBasicBlock());
} else if (MO.isGlobalAddress()) {
assert(MO.isPCRelative() && "Call target is not PC Relative?");
bool isTailCall = Opcode == X86::TAILJMPd ||
Opcode == X86::TAILJMPr || Opcode == X86::TAILJMPm;
emitGlobalAddressForCall(MO.getGlobal(), isTailCall);