Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / Analysis / PostDominators.cpp
index 7b5947ad45b61a68dd0888b5d2c6c457a299b457..96804a01edc659a09e52092df7789732edafba46 100644 (file)
@@ -18,7 +18,7 @@
 #include "llvm/ADT/SetOperations.h"
 #include "llvm/Analysis/DominatorInternals.h"
 #include "llvm/Assembly/Writer.h"
-#include "llvm/Instructions.h"
+#include "llvm/IR/Instructions.h"
 #include "llvm/Support/CFG.h"
 #include "llvm/Support/Debug.h"
 using namespace llvm;