Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / Analysis / PHITransAddr.cpp
index 76ff9e35d461c3de74c344a02037269e9d3bd1a9..e6af0663feaa91a2530e81c34890177f565fde0d 100644 (file)
@@ -15,8 +15,8 @@
 #include "llvm/Analysis/Dominators.h"
 #include "llvm/Analysis/InstructionSimplify.h"
 #include "llvm/Analysis/ValueTracking.h"
-#include "llvm/Constants.h"
-#include "llvm/Instructions.h"
+#include "llvm/IR/Constants.h"
+#include "llvm/IR/Instructions.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/raw_ostream.h"