Go to file
Bill Wendling 648930b9ba 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
2008-09-10 00:20:20 +00:00
clang Add CodeGenFunction::ReturnTypeUsesSret 2008-09-09 23:48:28 +00:00
llvm Implement "visitPow". This is mainly used to see if we have a pow() call of this 2008-09-10 00:20:20 +00:00