Skip to content

Commit ad15039

Browse files
committed
linux build fix
1 parent 0836dad commit ad15039

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/lib/Conversion/Normalize/Normalize.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ std::string inline split(std::string_view str, const char &delimiter,
163163
cnt++;
164164
}
165165
}
166+
return nullptr;
166167
}
167168

168169
void NormalizePass::nameAsInitialOperation(mlir::Operation *op) {

0 commit comments

Comments
 (0)