Small fix to the "Other Improvements and New Features" section of the release notes.
authorWesley Peck <peckw@wesleypeck.com>
Thu, 22 Apr 2010 13:53:54 +0000 (13:53 +0000)
committerWesley Peck <peckw@wesleypeck.com>
Thu, 22 Apr 2010 13:53:54 +0000 (13:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102063 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 0a9691c914208bf7f39adfaa632fa0a18b5e246b..9e113cadbf9b05f88f92e9ff86832915c484e4f0 100644 (file)
@@ -769,8 +769,8 @@ href="http://blog.llvm.org/2010/04/arm-advanced-simd-neon-intrinsics-and.html">
 <li>You can now build LLVM as a big dynamic library (e.g. "libllvm2.7.so"). To
     get this, configure LLVM with the --enable-shared option.</li>
 
-<li>LLVM command line tools now overwrite their output by default, before they
-    would only do this with -f. This makes them more convenient to use, and
+<li>LLVM command line tools now overwrite their output by default. Previously,
+    they would only do this with -f. This makes them more convenient to use, and
     behave more like standard unix tools.</li>
 
 <li>The opt and llc tools now autodetect whether their input is a .ll or .bc