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 | c9afa28b92e474cb1c3b29d1f57d1b5debe7476d (patch) | |
| tree | 251111dcdfddb3909a3cc71109742e5b3e303d36 /llvm/docs/CodeGenerator.html | |
| parent | bf589c51292d63ff52e40ee938b2b81e9d791774 (diff) | |
| download | bcm5719-llvm-c9afa28b92e474cb1c3b29d1f57d1b5debe7476d.tar.gz bcm5719-llvm-c9afa28b92e474cb1c3b29d1f57d1b5debe7476d.zip | |
Add a stub for the TargetSubtarget class. Jim, please fill a blurb in here
when you get a chance.
llvm-svn: 23761
Diffstat (limited to 'llvm/docs/CodeGenerator.html')
| -rw-r--r-- | llvm/docs/CodeGenerator.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/llvm/docs/CodeGenerator.html b/llvm/docs/CodeGenerator.html index a4a6ea0dbae..6bf38134deb 100644 --- a/llvm/docs/CodeGenerator.html +++ b/llvm/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> |

