docs: Fix code-block to avoid sphinx error

llvm-svn: 269763
This commit is contained in:
Tobias Grosser 2016-05-17 13:41:00 +00:00
parent 39170d70c0
commit 97afc45b08
1 changed files with 2 additions and 0 deletions

View File

@ -21,12 +21,14 @@ an additional module. This makes using Polly significantly easier.
Instead of
.. code-block:: bash
opt -load lib/LLVMPolly.so -O3 -polly file.ll
clang -Xclang -load -Xclang lib/LLVMPolly.so -O3 -mllvm -polly file.ll
one can now use
.. code-block:: bash
opt -O3 -polly file.ll
clang -O3 -mllvm -polly file.c