diff options
author | Sean Silva <silvas@purdue.edu> | 2013-07-01 20:45:12 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2013-07-01 20:45:12 +0000 |
commit | 2f8a1769e4098050baea02742d3cfb4438420019 (patch) | |
tree | 6498f323c610134b04785c1258471df18b378f06 /docs | |
parent | 5112243aec9486a669d44b72e6648e8a920c9931 (diff) | |
download | external_llvm-2f8a1769e4098050baea02742d3cfb4438420019.zip external_llvm-2f8a1769e4098050baea02742d3cfb4438420019.tar.gz external_llvm-2f8a1769e4098050baea02742d3cfb4438420019.tar.bz2 |
[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')
-rw-r--r-- | docs/WritingAnLLVMBackend.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/WritingAnLLVMBackend.rst b/docs/WritingAnLLVMBackend.rst index 9e3cb9e..73381b5 100644 --- a/docs/WritingAnLLVMBackend.rst +++ b/docs/WritingAnLLVMBackend.rst @@ -1,6 +1,6 @@ -================================ -Writing an LLVM Compiler Backend -================================ +======================= +Writing an LLVM Backend +======================= .. toctree:: :hidden: |