diff options
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/lib/Analysis/ConstantFolding.cpp | 3 | ||||
-rw-r--r-- | llvm/lib/Analysis/FEnv.h (renamed from llvm/include/llvm/Support/FEnv.h) | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/llvm/lib/Analysis/ConstantFolding.cpp b/llvm/lib/Analysis/ConstantFolding.cpp index b5fafd685cd..b64f3b90e0b 100644 --- a/llvm/lib/Analysis/ConstantFolding.cpp +++ b/llvm/lib/Analysis/ConstantFolding.cpp @@ -31,9 +31,10 @@ #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/GetElementPtrTypeIterator.h" #include "llvm/Support/MathExtras.h" -#include "llvm/Support/FEnv.h" #include <cerrno> #include <cmath> + +#include "FEnv.h" using namespace llvm; //===----------------------------------------------------------------------===// diff --git a/llvm/include/llvm/Support/FEnv.h b/llvm/lib/Analysis/FEnv.h index f6f43337bd2..c2968fd6a30 100644 --- a/llvm/include/llvm/Support/FEnv.h +++ b/llvm/lib/Analysis/FEnv.h @@ -1,4 +1,4 @@ -//===- llvm/Support/FEnv.h - Host floating-point exceptions ------*- C++ -*-===// +//===- FEnv.h - Host floating-point exceptions ------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // |