diff options
author | Dan Gohman <gohman@apple.com> | 2010-03-25 00:03:04 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-03-25 00:03:04 +0000 |
commit | 6a4824c466bbfbcbe7dc4d95ec1e23a14ec73d87 (patch) | |
tree | 7a565cc0d78df877dcb74e4b801bc46069e2a868 /docs/CodeGenerator.html | |
parent | d41952da109565ab11b7f435c39a0c524c75298e (diff) |
Docuemntation corrections from John Myers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99454 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CodeGenerator.html')
-rw-r--r-- | docs/CodeGenerator.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index 0568667ec5..1159a6c807 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -1090,8 +1090,8 @@ def FADDS : AForm_2<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 |