From cd4d873d159378f032da2033f33fc786f7e196bb Mon Sep 17 00:00:00 2001 From: Michael Kruse Date: Mon, 9 Jul 2018 20:26:11 +0000 Subject: [PATCH] [Docs] Fix generation of manpages. Fix the following error when Sphinx generates the Polly manpage: Warning, treated as error: docs/Performance.rst:: WARNING: "table cell spanning" not supported llvm-svn: 336600 --- polly/docs/Performance.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/polly/docs/Performance.rst b/polly/docs/Performance.rst index 51716e0e6b69..4be9614352ad 100644 --- a/polly/docs/Performance.rst +++ b/polly/docs/Performance.rst @@ -36,8 +36,6 @@ The following versions are used: For both cases the whole compilation was performed five times. The compile times in seconds are shown in the following table. -+----------------------------+ -| Compile Time | +--------------+-------------+ |Polly Disabled|Polly Enabled| +==============+=============+