summaryrefslogtreecommitdiff
path: root/docs/WritingAnLLVMBackend.rst
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2013-07-01 20:45:12 +0000
committerSean Silva <silvas@purdue.edu>2013-07-01 20:45:12 +0000
commit2f8a1769e4098050baea02742d3cfb4438420019 (patch)
tree6498f323c610134b04785c1258471df18b378f06 /docs/WritingAnLLVMBackend.rst
parent5112243aec9486a669d44b72e6648e8a920c9931 (diff)
downloadllvm-2f8a1769e4098050baea02742d3cfb4438420019.tar.gz
llvm-2f8a1769e4098050baea02742d3cfb4438420019.tar.bz2
llvm-2f8a1769e4098050baea02742d3cfb4438420019.tar.xz
[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
Diffstat (limited to 'docs/WritingAnLLVMBackend.rst')
-rw-r--r--docs/WritingAnLLVMBackend.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/WritingAnLLVMBackend.rst b/docs/WritingAnLLVMBackend.rst
index 9e3cb9e291..73381b5451 100644
--- a/docs/WritingAnLLVMBackend.rst
+++ b/docs/WritingAnLLVMBackend.rst
@@ -1,6 +1,6 @@
-================================
-Writing an LLVM Compiler Backend
-================================
+=======================
+Writing an LLVM Backend
+=======================
.. toctree::
:hidden: