[WebAssembly] Remove a completed entry from the README.txt.

llvm-svn: 258780
This commit is contained in:
Dan Gohman 2016-01-26 03:43:48 +00:00
parent bb3722430f
commit be6f196bff
1 changed files with 0 additions and 4 deletions

View File

@ -58,10 +58,6 @@ us too?
//===---------------------------------------------------------------------===//
When is it profitable to set isAsCheapAsAMove on instructions in WebAssembly?
//===---------------------------------------------------------------------===//
Register stackification uses the EXPR_STACK physical register to impose
ordering dependencies on instructions with stack operands. This is pessimistic;
we should consider alternate ways to model stack dependencies.