[cleanup] Update the include of Dominators.h to reflect its move to the

IR library in LLVM r199082.

llvm-svn: 199083
This commit is contained in:
Chandler Carruth 2014-01-13 09:26:48 +00:00
parent 5ad5f15cff
commit ca88474aba
2 changed files with 3 additions and 3 deletions

View File

@ -17,8 +17,8 @@
#include "clang/Analysis/AnalysisContext.h"
#include "clang/Analysis/CFG.h"
#include "llvm/ADT/GraphTraits.h"
#include "llvm/Analysis/DominatorInternals.h"
#include "llvm/Analysis/Dominators.h"
#include "llvm/IR/DominatorInternals.h"
#include "llvm/IR/Dominators.h"
#include "llvm/IR/Module.h"
namespace clang {

View File

@ -14,13 +14,13 @@
#include "clang/Frontend/CodeGenOptions.h"
#include "clang/Frontend/FrontendDiagnostic.h"
#include "clang/Frontend/Utils.h"
#include "llvm/Analysis/Verifier.h"
#include "llvm/Bitcode/BitcodeWriterPass.h"
#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/Verifier.h"
#include "llvm/MC/SubtargetFeature.h"
#include "llvm/PassManager.h"
#include "llvm/Support/CommandLine.h"