aboutsummaryrefslogtreecommitdiff
path: root/docs/CodeGenerator.html
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-10-03 00:07:11 +0000
committerDan Gohman <gohman@apple.com>2008-10-03 00:07:11 +0000
commit24585cbbf0945cea5f838ae9af0b60878d1b80b4 (patch)
tree11c9f6e185d7fcd02721b60cd10e2dca3b149422 /docs/CodeGenerator.html
parent673612ec72e0e246ca671a3977666424b5ed77cc (diff)
Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56986 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CodeGenerator.html')
-rw-r--r--docs/CodeGenerator.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html
index ad0a5b5588..d240636fc9 100644
--- a/docs/CodeGenerator.html
+++ b/docs/CodeGenerator.html
@@ -894,7 +894,7 @@ input by the <tt>SelectionDAGLowering</tt> class in the
<tt>lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp</tt> file. The intent of this
pass is to expose as much low-level, target-specific details to the SelectionDAG
as possible. This pass is mostly hard-coded (e.g. an LLVM <tt>add</tt> turns
-into an <tt>SDNode add</tt> while a <tt>geteelementptr</tt> is expanded into the
+into an <tt>SDNode add</tt> while a <tt>getelementptr</tt> is expanded into the
obvious arithmetic). This pass requires target-specific hooks to lower calls,
returns, varargs, etc. For these features, the
<tt><a href="#targetlowering">TargetLowering</a></tt> interface is used.</p>