diff options
author | Chris Lattner <sabre@nondot.org> | 2008-06-27 21:56:03 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-06-27 21:56:03 +0000 |
commit | 037ba078d9c50238df7d34aa5ad78c47f759dbe7 (patch) | |
tree | c8cea05f5c287cc59e95f4fbe347a0f404a157f7 | |
parent | 6d163d9c1f207d44363ecc39b64c76650ad222d9 (diff) |
Nuno points out that my numbers were out of date
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52840 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.txt b/README.txt index 7458c292ca..41f08fe18b 100644 --- a/README.txt +++ b/README.txt @@ -195,5 +195,5 @@ Semantic Analysis: * Perhaps 85% done. LLVM Code Gen: - * Most of the easy stuff is done, probably 65.1% done so far. + * Most of the easy stuff is done, probably 65.42% done so far. |