search for: registieranalysi

Displaying 1 result from an estimated 1 matches for "registieranalysi".

Did you mean: registieranalysis
2006 Aug 27
0
[LLVMdev] Pass API change
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/