[llvm] r173971 - Remove a mention of TargetInstrDescriptor, which no longer exists in the code

Eli Bendersky eliben at google.com
Wed Jan 30 12:54:21 PST 2013


Author: eliben
Date: Wed Jan 30 14:54:21 2013
New Revision: 173971

URL: http://llvm.org/viewvc/llvm-project?rev=173971&view=rev
Log:
Remove a mention of TargetInstrDescriptor, which no longer exists in the code

Modified:
    llvm/trunk/docs/CodeGenerator.rst

Modified: llvm/trunk/docs/CodeGenerator.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CodeGenerator.rst?rev=173971&r1=173970&r2=173971&view=diff
==============================================================================
--- llvm/trunk/docs/CodeGenerator.rst (original)
+++ llvm/trunk/docs/CodeGenerator.rst Wed Jan 30 14:54:21 2013
@@ -285,12 +285,10 @@ The ``TargetInstrInfo`` class
 -----------------------------
 
 The ``TargetInstrInfo`` class is used to describe the machine instructions
-supported by the target. It is essentially an array of ``TargetInstrDescriptor``
-objects, each of which describes one instruction the target
-supports. Descriptors define things like the mnemonic 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.
+supported by the target.  Descriptions define things like the mnemonic 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.
 
 The ``TargetFrameInfo`` class
 -----------------------------





More information about the llvm-commits mailing list