diff options
author | Sean Silva <silvas@purdue.edu> | 2013-03-11 16:25:16 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2013-03-11 16:25:16 +0000 |
commit | 22ba6ec69a2c0dba35450b976f0a0c7a9d4e4813 (patch) | |
tree | 7d7013bd376a02fc9eec31266459fd814bdb20db /llvm/docs/tutorial/OCamlLangImpl3.rst | |
parent | 1b5b1ce4f8ef668f22d8bb7230bd1c64cd159b5f (diff) | |
download | bcm5719-llvm-22ba6ec69a2c0dba35450b976f0a0c7a9d4e4813.tar.gz bcm5719-llvm-22ba6ec69a2c0dba35450b976f0a0c7a9d4e4813.zip |
[docs] Remove explicit authorship.
In the spirit of r172109. Version control keeps a far more detailed
record of authorship anyways.
llvm-svn: 176807
Diffstat (limited to 'llvm/docs/tutorial/OCamlLangImpl3.rst')
-rw-r--r-- | llvm/docs/tutorial/OCamlLangImpl3.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/docs/tutorial/OCamlLangImpl3.rst b/llvm/docs/tutorial/OCamlLangImpl3.rst index d2a47b486ca..fd9f0e5cd3f 100644 --- a/llvm/docs/tutorial/OCamlLangImpl3.rst +++ b/llvm/docs/tutorial/OCamlLangImpl3.rst @@ -5,9 +5,6 @@ Kaleidoscope: Code generation to LLVM IR .. contents:: :local: -Written by `Chris Lattner <mailto:sabre@nondot.org>`_ and `Erick -Tryzelaar <mailto:idadesub@users.sourceforge.net>`_ - Chapter 3 Introduction ====================== |