[LLVMbugs] [Bug 9413] New: out-of-date code in WritingAnLLVMPass

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Mar 6 00:59:42 PST 2011


http://llvm.org/bugs/show_bug.cgi?id=9413

           Summary: out-of-date code in WritingAnLLVMPass
           Product: Documentation
           Version: 2.8
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: General docs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: eliben at gmail.com
                CC: llvmbugs at cs.uiuc.edu


http://llvm.org/docs/WritingAnLLVMPass.html lists the code of the Hello pass
and is out of date (for 2.8 as well as trunk)

The code samples don't reflect the STATISTIC() macro usage with HelloCounter,
and other code is also slightly off, when compared with
lib/Transforms/Hello/Hello.cpp

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list