[mlir] Drop `const` from `SymbolTableCollection::lookupSymbolIn`
This function didn't work because it was marked const but both functions it could dispatch to are not. Reviewed By: rriddle Differential Revision: https://reviews.llvm.org/D137380
parent
38c07d90
Please register or sign in to comment