1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

[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 e694253126
commit 82741c1205

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.