summaryrefslogtreecommitdiffstats
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
commitd9ef073176d9bb0aa4052031150500fdfc3f7183 (patch)
tree8e8949f54d79020cf536fd3f369cb9a4fda3b2af
parent2231569f01416e9cc144cfaf18eb3fc557f7b2a2 (diff)
downloadbcm5719-llvm-d9ef073176d9bb0aa4052031150500fdfc3f7183.tar.gz
bcm5719-llvm-d9ef073176d9bb0aa4052031150500fdfc3f7183.zip
Fix a typo.
llvm-svn: 56986
-rw-r--r--llvm/docs/CodeGenerator.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CodeGenerator.html b/llvm/docs/CodeGenerator.html
index ad0a5b55882..d240636fc92 100644
--- a/llvm/docs/CodeGenerator.html
+++ b/llvm/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>
OpenPOWER on IntegriCloud