aboutsummaryrefslogtreecommitdiff
path: root/mlir/unittests/TableGen
diff options
context:
space:
mode:
Diffstat (limited to 'mlir/unittests/TableGen')
-rw-r--r--mlir/unittests/TableGen/PassGenTest.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/mlir/unittests/TableGen/PassGenTest.cpp b/mlir/unittests/TableGen/PassGenTest.cpp
index 27f2fa0..ac01d49 100644
--- a/mlir/unittests/TableGen/PassGenTest.cpp
+++ b/mlir/unittests/TableGen/PassGenTest.cpp
@@ -11,7 +11,8 @@
#include "gmock/gmock.h"
-std::unique_ptr<mlir::Pass> createTestPassWithCustomConstructor(int v = 0);
+static std::unique_ptr<mlir::Pass>
+createTestPassWithCustomConstructor(int v = 0);
#define GEN_PASS_DECL
#define GEN_PASS_REGISTRATION