[llvm-commits] [llvm] r109007 - /llvm/trunk/docs/ReleaseNotes.html

Gabor Greif ggreif at gmail.com
Wed Jul 21 03:22:42 PDT 2010


Author: ggreif
Date: Wed Jul 21 05:22:41 2010
New Revision: 109007

URL: http://llvm.org/viewvc/llvm-project?rev=109007&view=rev
Log:
appease Validator

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=109007&r1=109006&r2=109007&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Wed Jul 21 05:22:41 2010
@@ -610,7 +610,7 @@
   href="http://llvm.org/doxygen/classllvm_1_1InvokeInst.html"><tt>InvokeInst</tt></a>
   and <a href="http://llvm.org/doxygen/classllvm_1_1CallInst.html"><tt>CallInst</tt></a>.
   To be portable across releases, resort to <tt>CallSite</tt> and the
-  high-level accessors, such as <tt>getCalledValue</tt> and <tt>setUnwindDest</tt>.</li>
+  high-level accessors, such as <tt>getCalledValue</tt> and <tt>setUnwindDest</tt>.
 </li>
 
 </ul>





More information about the llvm-commits mailing list