diff options
Diffstat (limited to 'llvm/lib/Transforms/Utils/Local.cpp')
| -rw-r--r-- | llvm/lib/Transforms/Utils/Local.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/llvm/lib/Transforms/Utils/Local.cpp b/llvm/lib/Transforms/Utils/Local.cpp index 29132c06809..76a22a44dd0 100644 --- a/llvm/lib/Transforms/Utils/Local.cpp +++ b/llvm/lib/Transforms/Utils/Local.cpp @@ -15,6 +15,7 @@  #include "llvm/Transforms/Utils/Local.h"  #include "llvm/Constants.h"  #include "llvm/Instructions.h" +#include <cmath>  using namespace llvm;  //===----------------------------------------------------------------------===// | 

