projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b74a01
)
[Modules] Stop including CFG.h from GenericDomTree.h. This used to be
author
Chandler Carruth
<chandlerc@gmail.com>
Tue, 4 Mar 2014 12:11:55 +0000
(12:11 +0000)
committer
Chandler Carruth
<chandlerc@gmail.com>
Tue, 4 Mar 2014 12:11:55 +0000
(12:11 +0000)
necessary, but is no longer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202836
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/GenericDomTree.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/GenericDomTree.h
b/include/llvm/Support/GenericDomTree.h
index a4c6c8fd298f4aa2ebdc887e1cae4e8017374b44..687884456b724f9812c85b6de41feb896709f770 100644
(file)
--- 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>