Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
j2kun committed Mar 31, 2024
1 parent acee3ad commit 7dffd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Analysis/RotationAnalysis/RotationAnalysis.h
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ class RotationAnalysis {
// The constructor requires a DataFlowSolver initialized with a sparse
// constant propagation analysis, which is used to determine the static
// values of rotation shifts.
RotationAnalysis(const DataFlowSolver &solver) : solver(solver){};
RotationAnalysis(const DataFlowSolver &solver) : solver(solver) {};
~RotationAnalysis() = default;

void run(Operation *op);
Expand Down

0 comments on commit 7dffd70

Please sign in to comment.