[llvm] r301545 - Fixing a malformed RST table to get the documentation bot back to green.
Aaron Ballman via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 27 07:33:01 PDT 2017
Author: aaronballman
Date: Thu Apr 27 09:33:01 2017
New Revision: 301545
URL: http://llvm.org/viewvc/llvm-project?rev=301545&view=rev
Log:
Fixing a malformed RST table to get the documentation bot back to green.
Modified:
llvm/trunk/docs/AMDGPUUsage.rst
Modified: llvm/trunk/docs/AMDGPUUsage.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/AMDGPUUsage.rst?rev=301545&r1=301544&r2=301545&view=diff
==============================================================================
--- llvm/trunk/docs/AMDGPUUsage.rst (original)
+++ llvm/trunk/docs/AMDGPUUsage.rst Thu Apr 27 09:33:01 2017
@@ -83,7 +83,7 @@ handler as follows:
Usage Code Sequence Description
=============== ============= ===============================================
llvm.trap s_endpgm Causes wavefront to be terminated.
- llvm.debugtrap Nothing. Compiler warning generated that there is no trap handler installed.
+ llvm.debugtrap Nothing Compiler warning generated that there is no trap handler installed.
=============== ============= ===============================================
Assembler
More information about the llvm-commits
mailing list