Bill Wendling aeb5c7b353 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56035 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-10 00:20:20 +00:00
..
2008-09-09 01:13:24 +00:00
2008-08-23 21:34:34 +00:00
2008-08-24 11:56:40 +00:00
2008-09-09 21:38:40 +00:00