1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00

[Modules] Stop including CFG.h from GenericDomTree.h. This used to be

necessary, but is no longer.

llvm-svn: 202836
This commit is contained in:
Chandler Carruth 2014-03-04 12:11:55 +00:00
parent 4b66708834
commit 4c4fe58dd2

View File

@ -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>