[llvm-commits] [llvm] r67142 - in /llvm/trunk: lib/Target/X86/X86Instr64bit.td test/CodeGen/X86/call-imm.ll
Mike Stump
mrs at apple.com
Wed Mar 18 06:21:10 PDT 2009
On Mar 17, 2009, at 7:17 PM, Chris Lattner wrote:
> Why does "call <some random address>" imply that the address is in the
> text segment?
I don't believe it does. However, all executable code is known to be
in the first 2GB, and I think the point was that call would use a
label associated with executable code.
More information about the llvm-commits
mailing list