[llvm-commits] [llvm] r56986 - /llvm/trunk/docs/CodeGenerator.html
Dan Gohman
gohman at apple.com
Thu Oct 2 17:07:11 PDT 2008
Author: djg
Date: Thu Oct 2 19:07:11 2008
New Revision: 56986
URL: http://llvm.org/viewvc/llvm-project?rev=56986&view=rev
Log:
Fix a typo.
Modified:
llvm/trunk/docs/CodeGenerator.html
Modified: llvm/trunk/docs/CodeGenerator.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CodeGenerator.html?rev=56986&r1=56985&r2=56986&view=diff
==============================================================================
--- llvm/trunk/docs/CodeGenerator.html (original)
+++ llvm/trunk/docs/CodeGenerator.html Thu Oct 2 19:07:11 2008
@@ -894,7 +894,7 @@
<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>
More information about the llvm-commits
mailing list