Move the LLVM IR asm writer header files into the IR directory, as they
[oota-llvm.git] / tools / llvm-stress / llvm-stress.cpp
index 3034568ec5b43e1f2745033e575d18a952aa5ccc..4f98df7cce1639e85437bc49a2dc83ef32f36a6e 100644 (file)
@@ -15,7 +15,7 @@
 #include "llvm/ADT/OwningPtr.h"
 #include "llvm/Analysis/CallGraphSCCPass.h"
 #include "llvm/Analysis/Verifier.h"
-#include "llvm/Assembly/PrintModulePass.h"
+#include "llvm/IR/PrintModulePass.h"
 #include "llvm/IR/Constants.h"
 #include "llvm/IR/Instruction.h"
 #include "llvm/IR/Module.h"