www: More typos

Pointed out by Chad Rosier

llvm-svn: 149456
This commit is contained in:
Tobias Grosser 2012-02-01 00:08:10 +00:00
parent 8e5acc5cc1
commit ab1f7c4ee3
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ $ alias pollycc clang -Xclang -load -Xclang ${POLLY_BUILD_DIR}/lib/LLVMPolly.so
<h2>Optimizing with Polly</h2>
Optimizing with Polly is as easy as ading <b>-O3 -polly</b> to your compiler
flags (Polly is only available at -O3).
Optimizing with Polly is as easy as adding <b>-O3 -mllvm -polly</b> to your
compiler flags (Polly is only available at -O3).
<pre class="code">pollycc -O3 -mllvm -polly file.c</pre>