Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Weber <aaron@mono-cvs.ximian.com>2001-07-08 02:23:21 +0400
committerAaron Weber <aaron@mono-cvs.ximian.com>2001-07-08 02:23:21 +0400
commit25b5d7a7ff00b6ab4ce35d7604f4e45801791b85 (patch)
treedccebd348f7f48b474fc4253e4f158087dcc4bc9 /doc/gcc-frontend
parent4ba499dd3119a08c717effca3812cfeac4a3bb84 (diff)
2001-07-07 Aaron Weber <aaron@ximian.com>
* doc/thanks: style, grammar. (FIXME: "a to read"? clarify) * doc/testing style, grammar. * doc/status: same. * doc/runtime: same. * doc/resources: same. * doc/rationale: same. * doc/ideas: same. * doc/gcc-frontend: same. (FIXME: clarify) * doc/faq: same. (FIXME: merge w/cheridy's version) * doc/documentation: same. * doc/class-library: same. * doc/index: same. svn path=/trunk/mono/; revision=67
Diffstat (limited to 'doc/gcc-frontend')
-rw-r--r--doc/gcc-frontend6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gcc-frontend b/doc/gcc-frontend
index 9458fc06708..2b15346db69 100644
--- a/doc/gcc-frontend
+++ b/doc/gcc-frontend
@@ -1,8 +1,8 @@
* The GCC front-end
- The GCC front-end will be a front-end that would accept as
- input in a binary file with codes in the Common Intermediate
- Language (CIL) that will generate native code.
+ The GCC front-end will accept input in a binary file with
+ codes in the Common Intermediate Language (CIL), and generate
+ native code.
This will allow pre-compilation and full optimization to take
place before a program is executed.