Add a stub for the TargetSubtarget class. Jim, please fill a blurb in here
authorChris Lattner <sabre@nondot.org>
Sun, 16 Oct 2005 17:06:07 +0000 (17:06 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 16 Oct 2005 17:06:07 +0000 (17:06 +0000)
when you get a chance.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23761 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CodeGenerator.html

index a4a6ea0dbae15f14d2e8201e341ce94570546e98..6bf38134deb57584667c9ec72d50da842db7a54e 100644 (file)
@@ -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>