mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
RegionInfo.cpp - remove duplicate includes that already exist in RegionInfo.h. NFC.
Also remove some unnecessary forward declarations in RegionInfo.h.
This commit is contained in:
parent
8c1506c928
commit
15ef46e64d
@ -59,7 +59,6 @@
|
||||
namespace llvm {
|
||||
|
||||
class DominanceFrontier;
|
||||
class DominatorTree;
|
||||
class Loop;
|
||||
class LoopInfo;
|
||||
class PostDominatorTree;
|
||||
@ -877,8 +876,6 @@ public:
|
||||
void verifyAnalysis() const;
|
||||
};
|
||||
|
||||
class Region;
|
||||
|
||||
class RegionNode : public RegionNodeBase<RegionTraits<Function>> {
|
||||
public:
|
||||
inline RegionNode(Region *Parent, BasicBlock *Entry, bool isSubRegion = false)
|
||||
|
@ -17,11 +17,8 @@
|
||||
#include "llvm/Analysis/RegionInfoImpl.h"
|
||||
#include "llvm/Config/llvm-config.h"
|
||||
#include "llvm/IR/Function.h"
|
||||
#include "llvm/IR/PassManager.h"
|
||||
#include "llvm/Pass.h"
|
||||
#include "llvm/Support/CommandLine.h"
|
||||
#include "llvm/Support/Compiler.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user