summaryrefslogtreecommitdiffstats
path: root/llvm/docs/TableGen
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
commite489e26d0eb78799ee3d07e02554e9ff8cb6ed76 (patch)
treef0d7d82920ec30377362b40dd302abcf118756b4 /llvm/docs/TableGen
parent9dc1d0c74eb1f566ef20e307b0cdda1f79d4cbee (diff)
downloadbcm5719-llvm-e489e26d0eb78799ee3d07e02554e9ff8cb6ed76.tar.gz
bcm5719-llvm-e489e26d0eb78799ee3d07e02554e9ff8cb6ed76.zip
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
Diffstat (limited to 'llvm/docs/TableGen')
-rw-r--r--llvm/docs/TableGen/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/TableGen/index.rst b/llvm/docs/TableGen/index.rst
index 5ba555ac2d2..e6800fac64e 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<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.
OpenPOWER on IntegriCloud