Skip to content

Commit

Permalink
Minor code style updates (#1834)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Burmako authored Nov 10, 2023
1 parent cc0adef commit ea41372
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stablehlo/transforms/Passes.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ limitations under the License.

namespace mlir {
namespace stablehlo {

#define GEN_PASS_DECL_STABLEHLOCANONICALIZEDYNAMISMPASS
#define GEN_PASS_DECL_STABLEHLOLEGALIZETOVHLOPASS
#define GEN_PASS_DECL_STABLEHLOREFINESHAPESPASS
Expand Down Expand Up @@ -66,4 +67,4 @@ void registerPassPipelines();
} // namespace stablehlo
} // namespace mlir

#endif // STABLEHLO_DIALECT_VHLO_OPS_H
#endif // STABLEHLO_TRANSFORMS_PASSES_H

0 comments on commit ea41372

Please sign in to comment.