summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-03-04 12:11:55 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-03-04 12:11:55 +0000
commita2e32657c92fefc600a7e5a4a7469ba00584c601 (patch)
treebdbaf22b0c8c1a3db05a5d6b8661679fb086c851 /include
parent5b74a01aad694cf1e885388c075afb952f2ebe86 (diff)
downloadllvm-a2e32657c92fefc600a7e5a4a7469ba00584c601.tar.gz
llvm-a2e32657c92fefc600a7e5a4a7469ba00584c601.tar.bz2
llvm-a2e32657c92fefc600a7e5a4a7469ba00584c601.tar.xz
[Modules] Stop including CFG.h from GenericDomTree.h. This used to be
necessary, but is no longer. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202836 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/GenericDomTree.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Support/GenericDomTree.h b/include/llvm/Support/GenericDomTree.h
index a4c6c8fd29..687884456b 100644
--- a/include/llvm/Support/GenericDomTree.h
+++ b/include/llvm/Support/GenericDomTree.h
@@ -23,7 +23,6 @@
#include "llvm/ADT/GraphTraits.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallVector.h"
-#include "llvm/IR/CFG.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/raw_ostream.h"
#include <algorithm>