mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-20 11:32:33 +00:00
Add a stub for the TargetSubtarget class. Jim, please fill a blurb in here
when you get a chance. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23761 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c3b05403b7
commit
47adebb3e3
@ -28,6 +28,7 @@
|
||||
<li><a href="#mregisterinfo">The <tt>MRegisterInfo</tt> class</a></li>
|
||||
<li><a href="#targetinstrinfo">The <tt>TargetInstrInfo</tt> class</a></li>
|
||||
<li><a href="#targetframeinfo">The <tt>TargetFrameInfo</tt> class</a></li>
|
||||
<li><a href="#targetsubtarget">The <tt>TargetSubtarget</tt> class</a></li>
|
||||
<li><a href="#targetjitinfo">The <tt>TargetJITInfo</tt> class</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
@ -409,6 +410,19 @@ href="TableGenFundamentals.html">TableGen</a> description of the register file.
|
||||
pointer on function entry to the first location where function data (local
|
||||
variables, spill locations) can be stored.</p>
|
||||
</div>
|
||||
|
||||
<!-- ======================================================================= -->
|
||||
<div class="doc_subsection">
|
||||
<a name="targetsubtarget">The <tt>TargetSubtarget</tt> class</a>
|
||||
</div>
|
||||
|
||||
<div class="doc_text">
|
||||
<p>
|
||||
TODO
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- ======================================================================= -->
|
||||
<div class="doc_subsection">
|
||||
<a name="targetjitinfo">The <tt>TargetJITInfo</tt> class</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user