remove some sparc-v9-specific information
authorChris Lattner <sabre@nondot.org>
Tue, 19 Jul 2005 03:37:48 +0000 (03:37 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 19 Jul 2005 03:37:48 +0000 (03:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22467 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CodeGenerator.html

index c7ffbc6f965bfd940a33523d97f2a5d49e23161e..fcbff1c44bb33cdaa65ec7266d03413bb37932aa 100644 (file)
@@ -388,9 +388,9 @@ href="TableGenFundamentals.html">TableGen</a> description of the register file.
   instructions supported by the target. It is essentially an array of 
   <tt>TargetInstrDescriptor</tt> objects, each of which describes one
   instruction the target supports. Descriptors define things like the mnemonic
-  for the opcode, the number of operands, the size of the largets immediate
-  field the instruction can contain, the latency of the instruction in machine
-  cycles, etc.</p>
+  for the opcode, the number of operands, the list of implicit register uses
+  and defs, whether the instruction has certain target-independent properties 
+  (accesses memory, is commutable, etc), and holds any target-specific flags.</p>
 </div>
 
 <!-- ======================================================================= -->
@@ -405,8 +405,6 @@ href="TableGenFundamentals.html">TableGen</a> description of the register file.
   locals area.  The offset to the local area is the offset from the stack 
   pointer on function entry to the first location where function data (local 
   variables, spill locations) can be stored.</p>
-  <p>The class also provides several functions for computing alignment and
-  offsets for various situations.</p>
 </div>
 <!-- ======================================================================= -->
 <div class="doc_subsection">