Move the LLVM IR asm writer header files into the IR directory, as they
[oota-llvm.git] / unittests / ExecutionEngine / JIT / MultiJITTest.cpp
index 4018cd5ce2f2c94408650514a031557f60e49df7..183936cb3a332d6af0c7d7bff5ece857da7b4874 100644 (file)
@@ -8,7 +8,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/ExecutionEngine/JIT.h"
-#include "llvm/Assembly/Parser.h"
+#include "llvm/AsmParser/Parser.h"
 #include "llvm/ExecutionEngine/GenericValue.h"
 #include "llvm/IR/LLVMContext.h"
 #include "llvm/IR/Module.h"