summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <simon.tatham@arm.com>2018-04-23 08:41:53 +0000
committerSimon Tatham <simon.tatham@arm.com>2018-04-23 08:41:53 +0000
commit1b68b2eca5b5513d2cedb55f4c39e6a81e8a9f91 (patch)
tree893fa542180062eb5d07517136fe799862e4a209
parent83cd5098e06ea310ec84df80bffa5b3e41635610 (diff)
Test commit access.
Should be a harmless trimming of trailing whitespace from a documentation file. (There are other instances of trailing whitespace in this file alone. I've only fixed one of them, on the basis that that way the rest are still available for other people's commit-access tests :-) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@330567 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/TableGen/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TableGen/index.rst b/docs/TableGen/index.rst
index 5ba555ac2d2..e6800fac64e 100644
--- a/docs/TableGen/index.rst
+++ b/docs/TableGen/index.rst
@@ -224,7 +224,7 @@ definitions of a particular class, such as "Instruction".
class ProcNoItin<string Name, list<SubtargetFeature> Features>
: Processor<Name, NoItineraries, Features>;
-
+
Here, the class ProcNoItin, receiving parameters `Name` of type `string` and
a list of target features is specializing the class Processor by passing the
arguments down as well as hard-coding NoItineraries.