[llvm-commits] [llvm] r73483 - in /llvm/trunk: include/llvm/CodeGen/RuntimeLibcalls.h lib/CodeGen/SelectionDAG/TargetLowering.cpp
Anton Korobeynikov
anton at korobeynikov.info
Tue Jun 16 04:08:23 PDT 2009
Hello, Sanjiv
> - Names[RTLIB::FPTOSINT_F32_I8] = "__fixsfsi";
> - Names[RTLIB::FPTOSINT_F32_I16] = "__fixsfsi";
> + Names[RTLIB::FPTOSINT_F32_I8] = "__fixsfi8";
> + Names[RTLIB::FPTOSINT_F32_I16] = "__fixsfi16";
Are you sure these are "proper" names? At least i16 variant should
have "hi" suffix to follow common gcc scheme.
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
More information about the llvm-commits
mailing list