[LLVMdev] Pass API change
Chris Lattner
sabre at nondot.org
Sun Aug 27 16:50:46 PDT 2006
For those working from LLVM CVS:
I simplified the pass interface, eliminating the need for the RegisterOpt
vs RegistierAnalysis distinction. If you're working on an out-of-tree
pass, you should just use 'RegisterPass' instead of RegisterOpt or
RegisterAnalysis. I've updated the "Writing an LLVM Pass" doc to reflect
current best practice.
-Chris
--
http://nondot.org/sabre/
http://llvm.org/
More information about the llvm-dev
mailing list