Go to file
Chris Lattner a6bed3e950 Disable the "call to immediate" optimization on x86-64. It is
not safe in general because the immediate could be an arbitrary
value that does not fit in a 32-bit pcrel displacement.  
Conservatively fall back to loading the value into a register
and calling through it.

We still do the optzn on X86-32.

llvm-svn: 67142
2009-03-18 00:43:52 +00:00
clang The scope representation can now be either a DeclContext pointer or a 2009-03-18 00:36:05 +00:00
llvm Disable the "call to immediate" optimization on x86-64. It is 2009-03-18 00:43:52 +00:00