summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-03-25 00:03:04 +0000
committerDan Gohman <gohman@apple.com>2010-03-25 00:03:04 +0000
commit2a020358dcc2e9b50dba411686e3a58a2766ad72 (patch)
tree0243fec7a689fc3e91d913522a1a27b25a200412 /llvm/docs
parentddca7b09f76ec7eedac57338e339a4987d85b563 (diff)
downloadbcm5719-llvm-2a020358dcc2e9b50dba411686e3a58a2766ad72.tar.gz
bcm5719-llvm-2a020358dcc2e9b50dba411686e3a58a2766ad72.zip
Docuemntation corrections from John Myers.
llvm-svn: 99454
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/CodeGenerator.html4
1 files changed, 2 insertions, 2 deletions
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&lt;59, 21,
<p>The portion of the instruction definition in bold indicates the pattern used
to match the instruction. The DAG operators
(like <tt>fmul</tt>/<tt>fadd</tt>) are defined in
- the <tt>lib/Target/TargetSelectionDAG.td</tt> file. "<tt>F4RC</tt>" is the
- register class of the input and result values.</p>
+ the <tt>include/llvm/Target/TargetSelectionDAG.td</tt> file. "
+ <tt>F4RC</tt>" is the register class of the input and result values.</p>
<p>The TableGen DAG instruction selector generator reads the instruction
patterns in the <tt>.td</tt> file and automatically builds parts of the
OpenPOWER on IntegriCloud