diff options
| author | Justin Holewinski <jholewinski@nvidia.com> | 2013-11-15 16:08:49 +0000 |
|---|---|---|
| committer | Justin Holewinski <jholewinski@nvidia.com> | 2013-11-15 16:08:49 +0000 |
| commit | f4919c545dfdb2ca73ba1d3632301007f90b0476 (patch) | |
| tree | d2daac033e51fc1fe67875644a71c82d5af3c779 /llvm/docs | |
| parent | 868cca96c43bcff67968fea67cb2e60fced2a136 (diff) | |
| download | bcm5719-llvm-f4919c545dfdb2ca73ba1d3632301007f90b0476.tar.gz bcm5719-llvm-f4919c545dfdb2ca73ba1d3632301007f90b0476.zip | |
[NVPTX] Fix type in usage doc
llvm-svn: 194821
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/NVPTXUsage.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/NVPTXUsage.rst b/llvm/docs/NVPTXUsage.rst index 53aa0939f2a..a9065ce74ba 100644 --- a/llvm/docs/NVPTXUsage.rst +++ b/llvm/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. |

