remove the rest of the "written by" lines in the documentation. It is

against the developer policy to include this sort of thing as SVN blame
already captures this in a far more fine-grained way.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172109 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2013-01-10 21:24:04 +00:00
parent f6b6c37ca2
commit 2ba4bd97d1
18 changed files with 2 additions and 50 deletions

View File

@@ -5,9 +5,6 @@ Writing an LLVM Pass
.. contents::
:local:
Written by `Chris Lattner <mailto:sabre@nondot.org>`_ and
`Jim Laskey <mailto:jlaskey@mac.com>`_
Introduction --- What is a pass?
================================