aboutsummaryrefslogtreecommitdiff
path: root/docs/CodeGenerator.html
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2012-06-14 16:52:55 +0000
committerDavid Blaikie <dblaikie@gmail.com>2012-06-14 16:52:55 +0000
commit722f2544b2bf3c686e13f43da31f283e77b1b0c6 (patch)
treeb71bdc95948454ec7059fe5371b681d1a4966ae0 /docs/CodeGenerator.html
parentdeb878053af4cb6b6835f4be25cd113661c10a27 (diff)
Remove/modify C backend references from LLVM documentation.
Patch by Wei-Ren Chen. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158456 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CodeGenerator.html')
-rw-r--r--docs/CodeGenerator.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html
index 672dc294a7..651eb96603 100644
--- a/docs/CodeGenerator.html
+++ b/docs/CodeGenerator.html
@@ -218,7 +218,8 @@
support completely non-traditional code generation targets. For example, the
C backend does not require register allocation, instruction selection, or any
of the other standard components provided by the system. As such, it only
- implements these two interfaces, and does its own thing. Another example of
+ implements these two interfaces, and does its own thing. Note that C backend
+ was removed from the trunk since LLVM 3.1 release. Another example of
a code generator like this is a (purely hypothetical) backend that converts
LLVM to the GCC RTL form and uses GCC to emit machine code for a target.</p>