summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJustin Holewinski <jholewinski@nvidia.com>2013-11-15 16:08:49 +0000
committerJustin Holewinski <jholewinski@nvidia.com>2013-11-15 16:08:49 +0000
commit2408335d06554080bdebb53b7fe55fb99747305e (patch)
tree0a07c636a5591a8ea2e7e1681d811d59561234e9 /docs
parentcb85ded9980644fc6a3ff7d8e4dc56351adcc114 (diff)
downloadllvm-2408335d06554080bdebb53b7fe55fb99747305e.tar.gz
llvm-2408335d06554080bdebb53b7fe55fb99747305e.tar.bz2
llvm-2408335d06554080bdebb53b7fe55fb99747305e.tar.xz
[NVPTX] Fix type in usage doc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194821 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/NVPTXUsage.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/NVPTXUsage.rst b/docs/NVPTXUsage.rst
index 53aa0939f2..a9065ce74b 100644
--- a/docs/NVPTXUsage.rst
+++ b/docs/NVPTXUsage.rst
@@ -479,7 +479,7 @@ We can use the LLVM ``llc`` tool to directly run the NVPTX code generator:
.. note::
If you want to generate 32-bit code, change ``p:64:64:64`` to ``p:32:32:32``
- in the module data layout string and use ``nvptx64-nvidia-cuda`` as the
+ in the module data layout string and use ``nvptx-nvidia-cuda`` as the
target triple.