summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2010-07-21 10:22:41 +0000
committerGabor Greif <ggreif@gmail.com>2010-07-21 10:22:41 +0000
commit50fb330b8da8dcde15717420dbbbab7d509d9fa1 (patch)
treee44f9a4e327ce9eba13bb13333b3b374d4cb094b /docs
parent17b59fe2d316feba6b1322d164c97228b44bd47f (diff)
downloadllvm-50fb330b8da8dcde15717420dbbbab7d509d9fa1.tar.gz
llvm-50fb330b8da8dcde15717420dbbbab7d509d9fa1.tar.bz2
llvm-50fb330b8da8dcde15717420dbbbab7d509d9fa1.tar.xz
appease Validator
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109007 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 918fcad96d..38da71c405 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -610,7 +610,7 @@ expose new optimization opportunities:</p>
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>