Change getParent() to be a const function. This is only necessary because...
Change getParent() to be a const function. This is only necessary because ilist_node_with_parent specifically requires a 'getParent() const' method. If/When ilist_node removes this constraint we should drop the const to fit the rest of the MLIR const model. -- PiperOrigin-RevId: 249193257
Loading
Please sign in to comment