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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@258780 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2016-01-26 03:43:48 +00:00
parent 407037aa3d
commit 523a0b2f62

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.