[llvm-commits] [llvm] r166969 - /llvm/trunk/docs/ReleaseNotes.html
Jakub Staszak
kubastaszak at gmail.com
Mon Oct 29 14:49:47 PDT 2012
Author: kuba
Date: Mon Oct 29 16:49:46 2012
New Revision: 166969
URL: http://llvm.org/viewvc/llvm-project?rev=166969&view=rev
Log:
Typo.
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=166969&r1=166968&r2=166969&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Mon Oct 29 16:49:46 2012
@@ -471,7 +471,7 @@
can be enabled using the <b>-mllvm -vectorize-loops</b> flag.
The SIMD vector width can be specified using the flag
<b>-mllvm -force-vector-width=4</b>.
- The defaule value is <b>0</b> which means auto-select.
+ The default value is <b>0</b> which means auto-select.
<br/>
We can now vectorize this code:
More information about the llvm-commits
mailing list