From e2456536b5e1699734c60051f41b7cb4020fdfed Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 23 Jun 2011 14:19:39 +0000 Subject: Revert "revert 133714" This reverts commit e8e00f5efb4a22238f2407bf813de4606f30c5aa. The cmake build on OS X is still broken. llvm-svn: 133718 --- llvm/lib/Analysis/ConstantFolding.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'llvm/lib/Analysis/ConstantFolding.cpp') diff --git a/llvm/lib/Analysis/ConstantFolding.cpp b/llvm/lib/Analysis/ConstantFolding.cpp index b64f3b90e0b..b5fafd685cd 100644 --- a/llvm/lib/Analysis/ConstantFolding.cpp +++ b/llvm/lib/Analysis/ConstantFolding.cpp @@ -31,10 +31,9 @@ #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/GetElementPtrTypeIterator.h" #include "llvm/Support/MathExtras.h" +#include "llvm/Support/FEnv.h" #include #include - -#include "FEnv.h" using namespace llvm; //===----------------------------------------------------------------------===// -- cgit v1.2.3