From a7ab2bffae2d93e1cdbc9f63957c4c76238f5d9d Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 24 Nov 2008 16:35:31 +0000 Subject: [PATCH] Fix some "

"s. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59963 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CodeGenerator.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index 10d2de3d83f..29ea79ec202 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -1077,7 +1077,7 @@ def FADDS : AForm_2<59, 21,

The portion of the instruction definition in bold indicates the pattern used to match the instruction. The DAG operators (like fmul/fadd) are defined in the lib/Target/TargetSelectionDAG.td file. -"F4RC" is the register class of the input and result values.

+"F4RC" is the register class of the input and result values.

The TableGen DAG instruction selector generator reads the instruction patterns in the .td file and automatically builds parts of the pattern @@ -1556,7 +1556,7 @@ instance, a sequence of instructions such as:

-

can be safely substituted by the single instruction: +

can be safely substituted by the single instruction:

-- 
2.34.1