We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e70c2 commit 442e4adCopy full SHA for 442e4ad
mlir/lib/Tools/mlir-reduce/MlirReduceMain.cpp
@@ -26,9 +26,9 @@
26
using namespace mlir;
27
28
// Parse and verify the input MLIR file. Returns null on error.
29
-OwningOpRef<Operation *> loadModule(MLIRContext &context,
30
- StringRef inputFilename,
31
- bool insertImplictModule) {
+static OwningOpRef<Operation *> loadModule(MLIRContext &context,
+ StringRef inputFilename,
+ bool insertImplictModule) {
32
// Set up the input file.
33
std::string errorMessage;
34
auto file = openInputFile(inputFilename, &errorMessage);
0 commit comments