From c9afa28b92e474cb1c3b29d1f57d1b5debe7476d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 16 Oct 2005 17:06:07 +0000 Subject: Add a stub for the TargetSubtarget class. Jim, please fill a blurb in here when you get a chance. llvm-svn: 23761 --- llvm/docs/CodeGenerator.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'llvm/docs/CodeGenerator.html') 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 @@
  • 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 -- cgit v1.2.3