[LLVMbugs] [Bug 2147] New: Comment is incorrect

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed Mar 12 18:32:18 PDT 2008


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

           Summary: Comment is incorrect
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: overminddl1 at gmail.com
                CC: llvmbugs at cs.uiuc.edu


The comment in the fibonacci.cpp file is incorrect and needs to be changed from
// Create the "if (arg < 2) goto exitbb"
to
// Create the "if (arg <= 2) goto exitbb"

Got me confused on an instruction until I actually looked at it, simple fix,
line 61 as of the date of this bug submit in SVN.


-- 
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