Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 685921284
  • Loading branch information
Google-ML-Automation committed Oct 15, 2024
1 parent 97ddf1d commit a445add
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ struct TestInferShapedTypeMethodsPass

} // namespace

std::unique_ptr<::mlir::Pass> createTestInferShapedTypeMethodsPass() {
static std::unique_ptr<::mlir::Pass> createTestInferShapedTypeMethodsPass() {
return std::make_unique<TestInferShapedTypeMethodsPass>();
}

Expand Down

0 comments on commit a445add

Please sign in to comment.