mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Spell `necessary' correctly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7944 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -367,7 +367,7 @@ available, from the most general to the most specific.<p>
|
||||
|
||||
When choosing a superclass for your Pass, you should choose the <b>most
|
||||
specific</b> class possible, while still being able to meet the requirements
|
||||
listed. This gives the LLVM Pass Infrastructure information neccesary to
|
||||
listed. This gives the LLVM Pass Infrastructure information necessary to
|
||||
optimize how passes are run, so that the resultant compiler isn't unneccesarily
|
||||
slow.<p>
|
||||
|
||||
@@ -476,7 +476,7 @@ href="http://llvm.cs.uiuc.edu/doxygen/LowerAllocations_8cpp-source.html">LowerAl
|
||||
pass. This pass converts <tt>malloc</tt> and <tt>free</tt> instructions into
|
||||
platform dependant <tt>malloc()</tt> and <tt>free()</tt> function calls. It
|
||||
uses the <tt>doInitialization</tt> method to get a reference to the malloc and
|
||||
free functions that it needs, adding prototypes to the module if neccesary.<p>
|
||||
free functions that it needs, adding prototypes to the module if necessary.<p>
|
||||
|
||||
<!-- _______________________________________________________________________ -->
|
||||
</ul><h4><a name="runOnFunction"><hr size=0>The <tt>runOnFunction</tt> method</h4><ul>
|
||||
|
Reference in New Issue
Block a user