Move the LLVM IR asm writer header files into the IR directory, as they
[oota-llvm.git] / lib / Analysis / DominanceFrontier.cpp
index 7e4a89f1bd5785b2bfaf810e42a44da9c14f4c2e..bd94641224db40c7f5a8c460296895c9306c6834 100644 (file)
@@ -9,7 +9,7 @@
 
 #include "llvm/Analysis/DominanceFrontier.h"
 #include "llvm/ADT/SmallPtrSet.h"
-#include "llvm/Assembly/Writer.h"
+#include "llvm/IR/Writer.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/raw_ostream.h"
 using namespace llvm;