CallGraphSCC passes and function passes

In the documentation, it says that a module pass can not require a function pass. Is it also true that a CallGraphSCC pass can not require a function pass?

Ryan

yes

-Chris