summaryrefslogtreecommitdiff
path: root/docs/NVPTXUsage.rst
diff options
context:
space:
mode:
authorJustin Lebar <jlebar@google.com>2017-01-16 18:39:15 +0000
committerJustin Lebar <jlebar@google.com>2017-01-16 18:39:15 +0000
commit289cd40b51a463dd61cbb3959df1f3064f7c5415 (patch)
tree8199b41a58a8021c7bdd22d617ba480dd7893ec7 /docs/NVPTXUsage.rst
parent0f258723e9769f9f1769ad8e36d7f1a9099ca073 (diff)
[NVPTX] Add blank line to NVPTXUsage.rst to appease the Sphinx.
Fixes: Warning, treated as error: /home/buildbot/llvm-build-dir/llvm-sphinx-docs/llvm/src/docs/NVPTXUsage.rst:333: ERROR: Error in "code-block" directive: maximum 1 argument(s) allowed, 17 supplied. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292148 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/NVPTXUsage.rst')
-rw-r--r--docs/NVPTXUsage.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/NVPTXUsage.rst b/docs/NVPTXUsage.rst
index bef27b3327f..dfdbe5b8c34 100644
--- a/docs/NVPTXUsage.rst
+++ b/docs/NVPTXUsage.rst
@@ -331,6 +331,7 @@ of your pass manager; just use the following code when setting up your pass
manager:
.. code-block:: c++
+
std::unique_ptr<TargetMachine> TM = ...;
PassManagerBuilder PMBuilder(...);
PMBuilder.addExtension(