From 47adebb3e3947781400c7e25fd39ef34965a44bc Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 16 Oct 2005 17:06:07 +0000 Subject: [PATCH] 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 --- docs/CodeGenerator.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index a4a6ea0dbae..6bf38134deb 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -28,6 +28,7 @@
  • The MRegisterInfo class
  • The TargetInstrInfo class
  • The TargetFrameInfo class
  • +
  • The TargetSubtarget class
  • The TargetJITInfo class
  • @@ -409,6 +410,19 @@ href="TableGenFundamentals.html">TableGen description of the register file. pointer on function entry to the first location where function data (local variables, spill locations) can be stored.

    + + +
    + The TargetSubtarget class +
    + +
    +

    + TODO +

    +
    + +
    The TargetJITInfo class -- 2.34.1