Removing the TODO related to asserting that original pm is for ModuleOp.
The TODO is removed for following reasons:
- There is no easy way to do this. We currently don't have this information stored in OpPassManager object.
- There are currently no consumers of this information and storing this information with OpPassManager for a simple assert will be an overkill.