]> granicus.if.org Git - clang/commitdiff
[cleanup] Update the include of Dominators.h to reflect its move to the
authorChandler Carruth <chandlerc@gmail.com>
Mon, 13 Jan 2014 09:26:48 +0000 (09:26 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 13 Jan 2014 09:26:48 +0000 (09:26 +0000)
IR library in LLVM r199082.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199083 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Analysis/Analyses/Dominators.h
lib/CodeGen/BackendUtil.cpp

index 73c38242a260f7729e1caec139ba59ead2afc7a6..129f28f62bbb7ed8b066cc0a8365f77ae2c82d9c 100644 (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 {
index b0c62371f32b039b39f2d8de2ec496dcb6d1a9d8..23d1edf0779a02aa549a957a6df65875f169f38d 100644 (file)
 #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"