update status

llvm-svn: 44778
This commit is contained in:
Chris Lattner 2007-12-10 05:11:40 +00:00
parent fdfd014270
commit ab44e15ce7
1 changed files with 2 additions and 3 deletions

View File

@ -170,11 +170,10 @@ Traditional Preprocessor:
Parser:
* C90/K&R modes are only partially implemented.
* __extension__ is currently just skipped and ignored.
* "initializers", GCC inline asm.
Semantic Analysis:
* Perhaps 75% done.
* Perhaps 85% done.
LLVM Code Gen:
* Still very early.
* Most of the easy stuff is done, probably 64.9% done so far.