Move the LLVM IR asm writer header files into the IR directory, as they
[oota-llvm.git] / tools / llvm-as / llvm-as.cpp
index b2e44ef9d3468e9de31a656c87cd92f2b0cf35b6..ff48c8ab3600b0e7c85aa67806241e354c0fe7ad 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "llvm/IR/LLVMContext.h"
 #include "llvm/Analysis/Verifier.h"
-#include "llvm/Assembly/Parser.h"
+#include "llvm/AsmParser/Parser.h"
 #include "llvm/Bitcode/ReaderWriter.h"
 #include "llvm/IR/Module.h"
 #include "llvm/Support/CommandLine.h"