summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2010-04-26 20:46:03 +0000
committerGabor Greif <ggreif@gmail.com>2010-04-26 20:46:03 +0000
commit28034cde44eba3acfdb471cbf2e3d19dae1cf1d3 (patch)
tree9f5c905b3fbeae850648994251fc1c372858204f /docs/ReleaseNotes.html
parentc68ce066a5998da6a9508a97e46b86063a3887d1 (diff)
downloadllvm-28034cde44eba3acfdb471cbf2e3d19dae1cf1d3.tar.gz
llvm-28034cde44eba3acfdb471cbf2e3d19dae1cf1d3.tar.bz2
llvm-28034cde44eba3acfdb471cbf2e3d19dae1cf1d3.tar.xz
add some typewriter tags
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102378 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 0efc9f7a91..19b92f1d03 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -929,13 +929,13 @@ configure with <tt>--enable-libffi</tt>.</li>
API changes are:</p>
<ul>
-<li>Just about everything has been converted to use raw_ostream instead of
- std::ostream.</li>
-<li>llvm/ADT/iterator.h has been removed, just use &lt;iterator&gt;
+<li>Just about everything has been converted to use <tt>raw_ostream</tt> instead of
+ <tt>std::ostream</tt>.</li>
+<li><tt>llvm/ADT/iterator.h</tt> has been removed, just use <tt>&lt;iterator&gt;</tt>
instead.</li>
-<li>The Streams.h file and "DOUT" got removed, use "DEBUG(errs() &lt;&lt; ...);"
+<li>The <tt>Streams.h</tt> file and <tt>DOUT</tt> got removed, use <tt>DEBUG(errs() &lt;&lt; ...);</tt>
instead.</li>
-<li>The TargetAsmInfo interface was renamed to MCAsmInfo.</li>
+<li>The <tt>TargetAsmInfo</tt> interface was renamed to <tt>MCAsmInfo</tt>.</li>
<li><tt>ModuleProvider</tt> has been <a
href="http://llvm.org/viewvc/llvm-project?view=rev&amp;revision=94686">removed</a>
and its methods moved to <tt>Module</tt> and <tt>GlobalValue</tt>.