[llvm-commits] [llvm] r116978 - in /llvm/trunk: include/llvm/CodeGen/MachineModuleInfo.h lib/CodeGen/MachineModuleInfo.cpp lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp lib/Target/X86/X86AsmPrinter.cpp

Michael Spencer bigcheesegs at gmail.com
Thu Oct 21 06:04:29 PDT 2010


On Thu, Oct 21, 2010 at 4:04 AM, Duncan Sands <baldrick at free.fr> wrote:
> Hi Michael,
>
>> CodeGen-Windows: Only emit _fltused if a VarArg function is called with floating point args.
>> This should be the minimum set of functions that could possibly need it.
>
> are you planning to handle indirect calls?
>
> Ciao,
>
> Duncan.

Thanks, I should have added a test for that. I didn't realize that an
indirect call doesn't have a called function, it has a called value.
Fixing now.

- Michael Spencer



More information about the llvm-commits mailing list