]> granicus.if.org Git - clang/commitdiff
[PM] Update Clang to reflect the new header for the bitcode writer pass
authorChandler Carruth <chandlerc@gmail.com>
Mon, 13 Jan 2014 07:47:38 +0000 (07:47 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 13 Jan 2014 07:47:38 +0000 (07:47 +0000)
added in LLVM r199078.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199079 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/BackendUtil.cpp

index 1b71e6066a72a9c1042fd59e2d78f73242469274..b0c62371f32b039b39f2d8de2ec496dcb6d1a9d8 100644 (file)
@@ -15,7 +15,7 @@
 #include "clang/Frontend/FrontendDiagnostic.h"
 #include "clang/Frontend/Utils.h"
 #include "llvm/Analysis/Verifier.h"
-#include "llvm/Bitcode/ReaderWriter.h"
+#include "llvm/Bitcode/BitcodeWriterPass.h"
 #include "llvm/CodeGen/RegAllocRegistry.h"
 #include "llvm/CodeGen/SchedulerRegistry.h"
 #include "llvm/IR/DataLayout.h"