From 2a020358dcc2e9b50dba411686e3a58a2766ad72 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 25 Mar 2010 00:03:04 +0000 Subject: Docuemntation corrections from John Myers. llvm-svn: 99454 --- llvm/docs/CodeGenerator.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/docs') diff --git a/llvm/docs/CodeGenerator.html b/llvm/docs/CodeGenerator.html index 0568667ec53..1159a6c8074 100644 --- a/llvm/docs/CodeGenerator.html +++ b/llvm/docs/CodeGenerator.html @@ -1090,8 +1090,8 @@ 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.

+ the include/llvm/Target/TargetSelectionDAG.td file. " + 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 -- cgit v1.2.3