mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Cosmetic patch for r148215.
llvm-svn: 148216
This commit is contained in:
parent
d7b16b0e44
commit
2e727a1727
@ -129,19 +129,6 @@ namespace {
|
|||||||
// after RewriteLoopBodyWithConditionConstant rewrites first loop.
|
// after RewriteLoopBodyWithConditionConstant rewrites first loop.
|
||||||
std::vector<Loop*> LoopProcessWorklist;
|
std::vector<Loop*> LoopProcessWorklist;
|
||||||
|
|
||||||
// TODO: This few lines are here for cosmetic purposes only.
|
|
||||||
// Will be removed with the next commit.
|
|
||||||
struct LoopProperties {
|
|
||||||
unsigned CanBeUnswitchedCount;
|
|
||||||
unsigned SizeEstimation;
|
|
||||||
};
|
|
||||||
|
|
||||||
// TODO: This few lines are here for cosmetic purposes only.
|
|
||||||
// Will be removed with the next commit.
|
|
||||||
typedef DenseMap<const Loop*, LoopProperties> LoopPropsMap;
|
|
||||||
typedef LoopPropsMap::iterator LoopPropsMapIt;
|
|
||||||
LoopPropsMap LoopsProperties;
|
|
||||||
|
|
||||||
LUAnalysisCache BranchesInfo;
|
LUAnalysisCache BranchesInfo;
|
||||||
|
|
||||||
bool OptimizeForSize;
|
bool OptimizeForSize;
|
||||||
|
Loading…
Reference in New Issue
Block a user