[NVPTX] Fix type in usage doc
authorJustin Holewinski <jholewinski@nvidia.com>
Fri, 15 Nov 2013 16:08:49 +0000 (16:08 +0000)
committerJustin Holewinski <jholewinski@nvidia.com>
Fri, 15 Nov 2013 16:08:49 +0000 (16:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194821 91177308-0d34-0410-b5e6-96231b3b80d8

docs/NVPTXUsage.rst

index 53aa0939f2a1cfe7402f581506e0ba4020e1ccb7..a9065ce74ba52a76db39ab41f4681abf48efbd82 100644 (file)
@@ -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.