Skip to content

Comment is incorrect #2519

@llvmbot

Description

@llvmbot
Bugzilla Link 2147
Resolution FIXED
Resolved on Mar 06, 2010 14:00
Version unspecified
OS Windows XP
Reporter LLVM Bugzilla Contributor

Extended Description

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzilla

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions