summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CodeGenerator.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-07-19 03:37:48 +0000
committerChris Lattner <sabre@nondot.org>2005-07-19 03:37:48 +0000
commitfb6343984acc5140b00a894efb7ad36289c16698 (patch)
tree27dfdd2d0756e56240c5b16ed22aabf545f08fbc /llvm/docs/CodeGenerator.html
parente5dc84b73c765c65a3eba3be9467578a88d3477a (diff)
downloadbcm5719-llvm-fb6343984acc5140b00a894efb7ad36289c16698.tar.gz
bcm5719-llvm-fb6343984acc5140b00a894efb7ad36289c16698.zip
remove some sparc-v9-specific information
llvm-svn: 22467
Diffstat (limited to 'llvm/docs/CodeGenerator.html')
-rw-r--r--llvm/docs/CodeGenerator.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/llvm/docs/CodeGenerator.html b/llvm/docs/CodeGenerator.html
index c7ffbc6f965..fcbff1c44bb 100644
--- a/llvm/docs/CodeGenerator.html
+++ b/llvm/docs/CodeGenerator.html
@@ -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">
OpenPOWER on IntegriCloud