From: Sean Silva Date: Mon, 1 Jul 2013 20:45:12 +0000 (+0000) Subject: [docs] Amend confusing title X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2f8a1769e4098050baea02742d3cfb4438420019;p=oota-llvm.git [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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185377 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/WritingAnLLVMBackend.rst b/docs/WritingAnLLVMBackend.rst index 9e3cb9e2911..73381b54517 100644 --- a/docs/WritingAnLLVMBackend.rst +++ b/docs/WritingAnLLVMBackend.rst @@ -1,6 +1,6 @@ -================================ -Writing an LLVM Compiler Backend -================================ +======================= +Writing an LLVM Backend +======================= .. toctree:: :hidden: