Skip to content

Commit

Permalink
Sort analyses in Analysis.def.
Browse files Browse the repository at this point in the history
  • Loading branch information
rudkx committed Nov 16, 2015
1 parent d380e0e commit a7d14ba
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions include/swift/SILAnalysis/Analysis.def
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@
#define ANALYSIS(NAME)
#endif

ANALYSIS(Alias)
ANALYSIS(CallGraph)
ANALYSIS(ClassHierarchy)
ANALYSIS(Destructor)
ANALYSIS(Dominance)
ANALYSIS(PostDominance)
ANALYSIS(SideEffect)
ANALYSIS(Escape)
ANALYSIS(Alias)
ANALYSIS(Loop)
ANALYSIS(InductionVariable)
ANALYSIS(Loop)
ANALYSIS(LoopRegion)
ANALYSIS(PostDominance)
ANALYSIS(PostOrder)
ANALYSIS(ClassHierarchy)
ANALYSIS(RCIdentity)
ANALYSIS(Destructor)
ANALYSIS(LoopRegion)
ANALYSIS(SideEffect)

#undef ANALYSIS

0 comments on commit a7d14ba

Please sign in to comment.