[llvm] r194821 - [NVPTX] Fix type in usage doc
Justin Holewinski
jholewinski at nvidia.com
Fri Nov 15 08:08:49 PST 2013
Author: jholewinski
Date: Fri Nov 15 10:08:49 2013
New Revision: 194821
URL: http://llvm.org/viewvc/llvm-project?rev=194821&view=rev
Log:
[NVPTX] Fix type in usage doc
Modified:
llvm/trunk/docs/NVPTXUsage.rst
Modified: llvm/trunk/docs/NVPTXUsage.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/NVPTXUsage.rst?rev=194821&r1=194820&r2=194821&view=diff
==============================================================================
--- llvm/trunk/docs/NVPTXUsage.rst (original)
+++ llvm/trunk/docs/NVPTXUsage.rst Fri Nov 15 10:08:49 2013
@@ -479,7 +479,7 @@ We can use the LLVM ``llc`` tool to dire
.. 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.
More information about the llvm-commits
mailing list