summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInstance.cpp
diff options
context:
space:
mode:
authorSebastian Redl <sebastian.redl@getdesigned.at>2010-08-18 23:57:17 +0000
committerSebastian Redl <sebastian.redl@getdesigned.at>2010-08-18 23:57:17 +0000
commitf5b13467389363f26c3b2c6ad2c216aafcbb27fe (patch)
tree071c378d56758eaa239e9329f26d30704e3351d1 /clang/lib/Frontend/CompilerInstance.cpp
parent3b3c874f6881da136992b3f9d90b8bda98933031 (diff)
downloadbcm5719-llvm-f5b13467389363f26c3b2c6ad2c216aafcbb27fe.tar.gz
bcm5719-llvm-f5b13467389363f26c3b2c6ad2c216aafcbb27fe.zip
Rename the ASTReader header files.
llvm-svn: 111474
Diffstat (limited to 'clang/lib/Frontend/CompilerInstance.cpp')
-rw-r--r--clang/lib/Frontend/CompilerInstance.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Frontend/CompilerInstance.cpp b/clang/lib/Frontend/CompilerInstance.cpp
index 1cac78e971f..63734147be6 100644
--- a/clang/lib/Frontend/CompilerInstance.cpp
+++ b/clang/lib/Frontend/CompilerInstance.cpp
@@ -25,7 +25,7 @@
#include "clang/Frontend/TextDiagnosticPrinter.h"
#include "clang/Frontend/VerifyDiagnosticsClient.h"
#include "clang/Frontend/Utils.h"
-#include "clang/Serialization/PCHReader.h"
+#include "clang/Serialization/ASTReader.h"
#include "clang/Sema/CodeCompleteConsumer.h"
#include "llvm/LLVMContext.h"
#include "llvm/Support/MemoryBuffer.h"
OpenPOWER on IntegriCloud