OSDN Git Service

[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 63e02c4..f1c4ab9 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.
 
 //===---------------------------------------------------------------------===//