1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

[NVPTX] Fix type in usage doc

llvm-svn: 194821
This commit is contained in:
Justin Holewinski 2013-11-15 16:08:49 +00:00
parent 57e0657380
commit bdf566dd2a

View 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.