[llvm] r185377 - [docs] Amend confusing title

Sean Silva silvas at purdue.edu
Mon Jul 1 13:45:12 PDT 2013


Author: silvas
Date: Mon Jul  1 15:45:12 2013
New Revision: 185377

URL: http://llvm.org/viewvc/llvm-project?rev=185377&view=rev
Log:
[docs] Amend confusing title

"Writing an LLVM Compiler Backend" can be misinterpreted as meaning
"backend" in the sense of "using LLVM as a backend for your compiler for
your new language". This new name is less ambiguous.

As a bonus, this brings the title in line with the file name.

Modified:
    llvm/trunk/docs/WritingAnLLVMBackend.rst

Modified: llvm/trunk/docs/WritingAnLLVMBackend.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/WritingAnLLVMBackend.rst?rev=185377&r1=185376&r2=185377&view=diff
==============================================================================
--- llvm/trunk/docs/WritingAnLLVMBackend.rst (original)
+++ llvm/trunk/docs/WritingAnLLVMBackend.rst Mon Jul  1 15:45:12 2013
@@ -1,6 +1,6 @@
-================================
-Writing an LLVM Compiler Backend
-================================
+=======================
+Writing an LLVM Backend
+=======================
 
 .. toctree::
    :hidden:





More information about the llvm-commits mailing list