From bdf566dd2aa493e8bbb2f72f8f29c2d553145032 Mon Sep 17 00:00:00 2001 From: Justin Holewinski Date: Fri, 15 Nov 2013 16:08:49 +0000 Subject: [PATCH] [NVPTX] Fix type in usage doc llvm-svn: 194821 --- docs/NVPTXUsage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/NVPTXUsage.rst b/docs/NVPTXUsage.rst index 53aa0939f2a..a9065ce74ba 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.