[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
Anton Korobeynikov
asl at math.spbu.ru
Mon Mar 10 00:55:14 PDT 2008
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.
--
With best regards, Anton Korobeynikov.
Faculty of Mathematics & Mechanics, Saint Petersburg State University.
More information about the llvm-commits
mailing list