-
Alessandro Di Federico authored
`FunctionPass` has a static field `ID`. In templated passes, this needs to be declared in the header file and defined in a `.cpp` file. This does this, the right way.
Alessandro Di Federico authored`FunctionPass` has a static field `ID`. In templated passes, this needs to be declared in the header file and defined in a `.cpp` file. This does this, the right way.