diff options
| author | David Blaikie <dblaikie@gmail.com> | 2012-06-14 16:52:55 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2012-06-14 16:52:55 +0000 |
| commit | c198a68a14bdf7e8b21d2028ae16cd08f411e485 (patch) | |
| tree | 9ebec38912fe695ce37772aa54d02d1fa5c97746 /llvm/docs/CodeGenerator.html | |
| parent | b64f23e674fb9804467f5279ddffb9679f85de2f (diff) | |
| download | bcm5719-llvm-c198a68a14bdf7e8b21d2028ae16cd08f411e485.tar.gz bcm5719-llvm-c198a68a14bdf7e8b21d2028ae16cd08f411e485.zip | |
Remove/modify C backend references from LLVM documentation.
Patch by Wei-Ren Chen.
llvm-svn: 158456
Diffstat (limited to 'llvm/docs/CodeGenerator.html')
| -rw-r--r-- | llvm/docs/CodeGenerator.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/CodeGenerator.html b/llvm/docs/CodeGenerator.html index 672dc294a75..651eb96603e 100644 --- a/llvm/docs/CodeGenerator.html +++ b/llvm/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> |

