1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Minor technical correction in documentation.

llvm-svn: 29784
This commit is contained in:
Reid Spencer 2006-08-21 01:58:57 +00:00
parent 2a96040090
commit d3c41e4585

View File

@ -16,7 +16,7 @@ LLVM is a compiler infrastructure designed for compile-time, link-time, runtime,
and idle-time optimization of programs from arbitrary programming languages.
LLVM is written in C++ and has been developed since 2000 at the University of
Illinois and Apple. It currently supports compilation of C and C++ programs,
using front-ends derived from GCC 3.4 and 4.0.2. The compiler infrastructure
using front-ends derived from GCC 3.4 and 4.0.1. The compiler infrastructure
includes mirror sets of programming tools as well as libraries with equivalent
functionality.