From 7b8229a1464797b58fe7e968a4d9716a0c98b3d9 Mon Sep 17 00:00:00 2001 From: Jeff Cohen Date: Wed, 26 Apr 2006 21:03:17 +0000 Subject: [PATCH] Actually, semantical doesn't appear to be a word. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27983 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/FAQ.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FAQ.html b/docs/FAQ.html index 6129bd2554e..e015f91df54 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -418,7 +418,7 @@ rebuilding.

Currently, there isn't much. LLVM supports an intermediate representation which is useful for code representation but will not support the high level (abstract syntax tree) representation needed by most compilers. There are no - facilities for lexical nor semantical analysis. There is, however, a mostly + facilities for lexical nor semantic analysis. There is, however, a mostly implemented configuration-driven compiler driver which simplifies the task of running optimizations, linking, and executable generation.