diff options
author | Chris Lattner <sabre@nondot.org> | 2005-07-19 03:37:48 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-07-19 03:37:48 +0000 |
commit | a307978610ae790724b04e9d58368ae82a43c49e (patch) | |
tree | 39b2072eb3e7435a2d3f7eeaf5f9affe9660de0d /docs | |
parent | 627cd0005c1ff00bb88eb89051c233cf1de67cea (diff) | |
download | external_llvm-a307978610ae790724b04e9d58368ae82a43c49e.zip external_llvm-a307978610ae790724b04e9d58368ae82a43c49e.tar.gz external_llvm-a307978610ae790724b04e9d58368ae82a43c49e.tar.bz2 |
remove some sparc-v9-specific information
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22467 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CodeGenerator.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index c7ffbc6..fcbff1c 100644 --- a/docs/CodeGenerator.html +++ b/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"> |