Displaying 1 result from an estimated 1 matches for "calledvaluepropagation_8h_sourc".
Did you mean:
calledvaluepropagation_8h_source
2019 Mar 24
3
call an existing IPO pass
...PassAnalysisSupport.h:67:39: error: ‘ID’ is not a
member of ‘llvm::CalledValuePropagationPass’
return addRequiredID(PassClass::ID);
......
-----------------------------------------------------------
Looking at the source code of "CalledValuePropagationPass" (
http://llvm.org/doxygen/CalledValuePropagation_8h_source.html), I found
that the class "CalledValuePropagationPass" does not have a public member
"ID" as the passes in the "Transforms/Utils" directory. All the passes in
the "IPO" directory only have a "run()" function that inherits from the
"llvm/IR...