Skip to content

Commit

Permalink
Tweak access-modifier formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
rudkx committed Nov 24, 2015
1 parent 40a89cb commit 54ceaf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/swift/SILPasses/PassManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class SILPassManager {
/// Set to true when a pass invalidates an analysis.
bool currentPassHasInvalidated = false;

public:
public:
/// C'tor. It creates and registers all analysis passes, which are defined
/// in Analysis.def.
SILPassManager(SILModule *M, llvm::StringRef Stage = "");
Expand Down Expand Up @@ -155,7 +155,7 @@ class SILPassManager {
#include "Passes.def"

typedef llvm::ArrayRef<SILFunctionTransform *> PassList;
private:
private:
/// Run the passes in \p FuncTransforms. Return true
/// if the pass manager requested to stop the execution
/// of the optimization cycle (this is a debug feature).
Expand Down

0 comments on commit 54ceaf2

Please sign in to comment.