From: Dan Gohman Date: Fri, 20 Nov 2015 02:51:38 +0000 (+0000) Subject: [WebAssembly] Remove done items from the README.txt. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=a90cea254ca307a9b54d3451ee8c2236d64863d8 [WebAssembly] Remove done items from the README.txt. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253640 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/WebAssembly/README.txt b/lib/Target/WebAssembly/README.txt index 63e02c45589..f1c4ab90fa9 100644 --- a/lib/Target/WebAssembly/README.txt +++ b/lib/Target/WebAssembly/README.txt @@ -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. //===---------------------------------------------------------------------===//