[cfe-commits] r40637 - /cfe/trunk/docs/InternalsManual.html

Chris Lattner sabre at nondot.org
Tue Jul 31 09:50:51 PDT 2007


Author: lattner
Date: Tue Jul 31 11:50:51 2007
New Revision: 40637

URL: http://llvm.org/viewvc/llvm-project?rev=40637&view=rev
Log:
update name

Modified:
    cfe/trunk/docs/InternalsManual.html

Modified: cfe/trunk/docs/InternalsManual.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/InternalsManual.html?rev=40637&r1=40636&r2=40637&view=diff

==============================================================================
--- cfe/trunk/docs/InternalsManual.html (original)
+++ cfe/trunk/docs/InternalsManual.html Tue Jul 31 11:50:51 2007
@@ -395,7 +395,7 @@
 "<tt>foo*</tt>", we could return that type as the result.  If the subexpression
 had type "<tt>bar</tt>", we want to return "<tt>foo*</tt>" (note that we do
 <em>not</em> want "<tt>int*</tt>").  In order to provide all of this, Type has
-a getIfPointerType() method that checks whether the type is structurally a
+a getAsPointerType() method that checks whether the type is structurally a
 PointerType and, if so, returns the best one.  If not, it returns a null
 pointer.</p>
 





More information about the cfe-commits mailing list