Move the LLVM IR asm writer header files into the IR directory, as they
[oota-llvm.git] / lib / IR / Pass.cpp
index 7fc48282380b7b10b683932899e3881bcffa474b..e9f43acfb3b99de94fbd5470e6decb8c969d957e 100644 (file)
@@ -14,7 +14,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Pass.h"
-#include "llvm/Assembly/PrintModulePass.h"
+#include "llvm/IR/PrintModulePass.h"
 #include "llvm/PassRegistry.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/PassNameParser.h"