summaryrefslogtreecommitdiff
path: root/lib/Analysis/DomPrinter.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-01-02 22:09:33 +0000
committerChris Lattner <sabre@nondot.org>2011-01-02 22:09:33 +0000
commit9fc5cdf77c812aaa80419036de27576d45894d0d (patch)
treee3bcc21438619a6cfba529f5f7c51618bd83d323 /lib/Analysis/DomPrinter.cpp
parent12be936cc912b1ff4d1c73c7f2c805a3462da1ab (diff)
downloadllvm-9fc5cdf77c812aaa80419036de27576d45894d0d.tar.gz
llvm-9fc5cdf77c812aaa80419036de27576d45894d0d.tar.bz2
llvm-9fc5cdf77c812aaa80419036de27576d45894d0d.tar.xz
split dom frontier handling stuff out to its own DominanceFrontier header,
so that Dominators.h is *just* domtree. Also prune #includes a bit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122714 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/DomPrinter.cpp')
-rw-r--r--lib/Analysis/DomPrinter.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Analysis/DomPrinter.cpp b/lib/Analysis/DomPrinter.cpp
index 051e44b150..cde431459d 100644
--- a/lib/Analysis/DomPrinter.cpp
+++ b/lib/Analysis/DomPrinter.cpp
@@ -19,8 +19,6 @@
//===----------------------------------------------------------------------===//
#include "llvm/Analysis/DomPrinter.h"
-
-#include "llvm/Analysis/Dominators.h"
#include "llvm/Analysis/DOTGraphTraitsPass.h"
#include "llvm/Analysis/PostDominators.h"