From e489e26d0eb78799ee3d07e02554e9ff8cb6ed76 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Mon, 23 Apr 2018 08:41:53 +0000 Subject: [PATCH] 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 :-) llvm-svn: 330567 --- llvm/docs/TableGen/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/TableGen/index.rst b/llvm/docs/TableGen/index.rst index 5ba555a..e6800fa 100644 --- a/llvm/docs/TableGen/index.rst +++ b/llvm/docs/TableGen/index.rst @@ -224,7 +224,7 @@ definitions of a particular class, such as "Instruction". class ProcNoItin Features> : Processor; - + 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. -- 2.7.4