summaryrefslogtreecommitdiff
path: root/include/llvm/Support/FileUtilities.h
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-03-31 12:11:33 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-03-31 12:11:33 +0000
commitdc5198bac7e3f9b61617c8c46a1c28a84daa9325 (patch)
tree95cef8cf80b05c3e69056ff37bcb84bde3d9cd54 /include/llvm/Support/FileUtilities.h
parent00e00d693c3991d85ffebf305ddbfd5dfb99ead6 (diff)
downloadllvm-dc5198bac7e3f9b61617c8c46a1c28a84daa9325.tar.gz
llvm-dc5198bac7e3f9b61617c8c46a1c28a84daa9325.tar.bz2
llvm-dc5198bac7e3f9b61617c8c46a1c28a84daa9325.tar.xz
lib/CodeGen/LiveIntervalAnalysis.cpp: [PR9590] Don't use std::pow(float,float) here.
We don't expect the real "powf()" on some hosts (and powf() would be available on other hosts). For consistency, std::pow(double,double) may be called instead. Or, precision issue might attack us, to see unstable regalloc and stack coloring. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128629 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/FileUtilities.h')
0 files changed, 0 insertions, 0 deletions