summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-01-13 09:26:48 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-01-13 09:26:48 +0000
commitca88474aba66ffb35cece2c569d3ce8edbd65e89 (patch)
treecce7f8e5a0ecf709832feb19726dc8ac50a705b2 /clang/lib/CodeGen
parent5ad5f15cffe022de72d0e710714f852ad8a1c6fe (diff)
downloadbcm5719-llvm-ca88474aba66ffb35cece2c569d3ce8edbd65e89.tar.gz
bcm5719-llvm-ca88474aba66ffb35cece2c569d3ce8edbd65e89.zip
[cleanup] Update the include of Dominators.h to reflect its move to the
IR library in LLVM r199082. llvm-svn: 199083
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r--clang/lib/CodeGen/BackendUtil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/BackendUtil.cpp b/clang/lib/CodeGen/BackendUtil.cpp
index b0c62371f32..23d1edf0779 100644
--- a/clang/lib/CodeGen/BackendUtil.cpp
+++ b/clang/lib/CodeGen/BackendUtil.cpp
@@ -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"
OpenPOWER on IntegriCloud