LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 1452 - typo in getelementptr docs
Summary: typo in getelementptr docs
Status: RESOLVED FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: General docs (show other bugs)
Version: 2.0
Hardware: All All
: P normal
Assignee: Unassigned LLVM Bugs
URL: http://llvm.org/docs/LangRef.html#i_g...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-29 02:39 PDT by Scott Graham
Modified: 2010-03-06 14:00 PST (History)
1 user (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Graham 2007-05-29 02:39:34 PDT
In the section starting:

"For example, let's consider a C code fragment and how it gets compiled to LLVM:"

the "C" function has "define" before it, making things minorly confusing.
Comment 1 Bill Wendling 2007-05-29 04:08:32 PDT
Fixed. Removed the "define" LLVM keyword.

-bw