Skip to content

Commit d8e7929

Browse files
authored
[mlir] Fix -Werror,-Wundefined-bool-conversion after #117513 (#120985)
1 parent d36836d commit d8e7929

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/lib/Transforms/Utils/DialectConversion.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2843,7 +2843,6 @@ void TypeConverter::SignatureConversion::remapInput(unsigned origInputNo,
28432843

28442844
LogicalResult TypeConverter::convertType(Type t,
28452845
SmallVectorImpl<Type> &results) const {
2846-
assert(this && "expected non-null type converter");
28472846
assert(t && "expected non-null type");
28482847

28492848
{

0 commit comments

Comments
 (0)