[PM] Update Clang to follow the header rename in LLVM r199041.

llvm-svn: 199042
This commit is contained in:
Chandler Carruth 2014-01-12 11:11:50 +00:00
parent b8ddc7043c
commit 0a50c49607
1 changed files with 1 additions and 1 deletions

View 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"