-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzilla
Description
| 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
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzilla