ConstantHandling moved into VMCore library
[oota-llvm.git] / lib / Transforms / ExprTypeConvert.cpp
index b91a74e1e839e5093fbef51f7466596d733fda6e..6ab0e2c70c522c76ba756d80c5a1848b1e120c20 100644 (file)
@@ -12,7 +12,7 @@
 #include "llvm/iPHINode.h"
 #include "llvm/iMemory.h"
 #include "llvm/ConstantVals.h"
-#include "llvm/Transforms/Scalar/ConstantHandling.h"
+#include "llvm/ConstantHandling.h"
 #include "llvm/Transforms/Scalar/DCE.h"
 #include "llvm/Analysis/Expressions.h"
 #include "Support/STLExtras.h"