Matthias Springer cc98eb0380
[mlir] Fix build after #175815 (#176332)
Fix this build error, which is reported by some compilers after #175815:

```
error: operands to ?: have different types ‘mlir::Operation::result_range {aka mlir::ResultRange}’ and ‘mlir::ValueRange’
   return successor.isParent() ? getOperation()->getResults() : ValueRange();
```
2026-01-16 11:02:12 +01:00
..