[llvm-commits] [llvm] r48122 - in /llvm/trunk: include/llvm/CodeGen/CallingConvLower.h include/llvm/CodeGen/SelectionDAGNodes.h lib/CodeGen/SelectionDAG/CallingConvLower.cpp lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp lib/Target/ARM/ARMISelLowering.cpp lib/Target/PowerPC/PPCISelLowering.cpp lib/Target/X86/X86ISelLowering.cpp utils/TableGen/CallingConvEmitter.cpp

Dale Johannesen dalej at apple.com
Mon Mar 10 10:05:49 PDT 2008


On Mar 10, 2008, at 12:55 AM, Anton Korobeynikov wrote:

> Hello, Dale
>
>> +    typedef unsigned long long ParamFlagsTy;
> Why not uint64_t ? I don't think there is "long long" on non-gcc
> compilers. VCPP doesn't have it, for example.

Ignorance (long long is standard C99, and this is an area where C++ is  
behind).  I've changed it.




More information about the llvm-commits mailing list