[WebAssembly] Remove done items from the README.txt.
authorDan Gohman <dan433584@gmail.com>
Fri, 20 Nov 2015 02:51:38 +0000 (02:51 +0000)
committerDan Gohman <dan433584@gmail.com>
Fri, 20 Nov 2015 02:51:38 +0000 (02:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253640 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/WebAssembly/README.txt

index 63e02c455895ff619c85a3bb9b9ca4f0b6d37066..f1c4ab90fa901dd257aca6a51187bf1b8e8aa6c8 100644 (file)
@@ -19,8 +19,5 @@ Interesting work that remains to be done:
   level. Note that LLVM's GPU code has such a pass, but it linearizes control
   flow (e.g. both sides of branches execute and are masked) which is undesirable
   for WebAssembly.
-* Basic relooper to expose control flow as an AST.
-* Figure out how to properly use MC for virtual ISAs. This may require some
-  refactoring of MC.
 
 //===---------------------------------------------------------------------===//