diff options
author | Chris Lattner <sabre@nondot.org> | 2005-10-16 17:06:07 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-10-16 17:06:07 +0000 |
commit | 47adebb3e3947781400c7e25fd39ef34965a44bc (patch) | |
tree | e13643025549d7d9fb6d6c96f637b3871fa85b96 /docs | |
parent | c3b05403b753996f6b1db4914df586e4b6b54d3a (diff) |
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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CodeGenerator.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index a4a6ea0dba..6bf38134de 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -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> |