Move the LLVM IR asm writer header files into the IR directory, as they
[oota-llvm.git] / lib / Analysis / PostDominators.cpp
index 96804a01edc659a09e52092df7789732edafba46..0b672693a6f636f466d97502f5fee5d899bcaba0 100644 (file)
@@ -17,8 +17,8 @@
 #include "llvm/ADT/DepthFirstIterator.h"
 #include "llvm/ADT/SetOperations.h"
 #include "llvm/Analysis/DominatorInternals.h"
-#include "llvm/Assembly/Writer.h"
 #include "llvm/IR/Instructions.h"
+#include "llvm/IR/Writer.h"
 #include "llvm/Support/CFG.h"
 #include "llvm/Support/Debug.h"
 using namespace llvm;