]> granicus.if.org Git - clang/commitdiff
[PM] Update Clang to follow the header rename in LLVM r199041.
authorChandler Carruth <chandlerc@gmail.com>
Sun, 12 Jan 2014 11:11:50 +0000 (11:11 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 12 Jan 2014 11:11:50 +0000 (11:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199042 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/BackendUtil.cpp

index c1b06ac5d222dbeddc3a76b532001675a3dac58f..6b5b93a83c041f1f1f618479ea2780cb51e87709 100644 (file)
@@ -19,8 +19,8 @@
 #include "llvm/CodeGen/RegAllocRegistry.h"
 #include "llvm/CodeGen/SchedulerRegistry.h"
 #include "llvm/IR/DataLayout.h"
+#include "llvm/IR/IRPrintingPasses.h"
 #include "llvm/IR/Module.h"
-#include "llvm/IR/PrintModulePass.h"
 #include "llvm/MC/SubtargetFeature.h"
 #include "llvm/PassManager.h"
 #include "llvm/Support/CommandLine.h"