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 | 2a020358dcc2e9b50dba411686e3a58a2766ad72 (patch) | |
| tree | 0243fec7a689fc3e91d913522a1a27b25a200412 /llvm/docs/CodeGenerator.html | |
| parent | ddca7b09f76ec7eedac57338e339a4987d85b563 (diff) | |
| download | bcm5719-llvm-2a020358dcc2e9b50dba411686e3a58a2766ad72.tar.gz bcm5719-llvm-2a020358dcc2e9b50dba411686e3a58a2766ad72.zip | |
Docuemntation corrections from John Myers.
llvm-svn: 99454
Diffstat (limited to 'llvm/docs/CodeGenerator.html')
| -rw-r--r-- | llvm/docs/CodeGenerator.html | 4 |
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<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 |

