From: Chandler Carruth Date: Mon, 13 Jan 2014 07:47:38 +0000 (+0000) Subject: [PM] Update Clang to reflect the new header for the bitcode writer pass X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e82a3411221a29632635416deba0f236dfbcedfa;p=clang [PM] Update Clang to reflect the new header for the bitcode writer pass added in LLVM r199078. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199079 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/BackendUtil.cpp b/lib/CodeGen/BackendUtil.cpp index 1b71e6066a..b0c62371f3 100644 --- a/lib/CodeGen/BackendUtil.cpp +++ b/lib/CodeGen/BackendUtil.cpp @@ -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"