diff options
author | Bill Wendling <isanbard@gmail.com> | 2008-09-10 00:20:20 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2008-09-10 00:20:20 +0000 |
commit | 648930b9bade54958e35a16f4996a6d86f1ef60c (patch) | |
tree | b8ec5d14fc4fd37d3e17a792a9833875faafb021 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 81cf67fa0b28a0d18ade9cd9d2db2bf0570011b0 (diff) | |
download | bcm5719-llvm-648930b9bade54958e35a16f4996a6d86f1ef60c.tar.gz bcm5719-llvm-648930b9bade54958e35a16f4996a6d86f1ef60c.zip |
Implement "visitPow". This is mainly used to see if we have a pow() call of this
form:
powf(10.0f, x);
If this is the case, and also we want limited precision floating-point
calculations, then lower to do the limited-precision stuff.
llvm-svn: 56035
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions