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

Dan Gohman via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 25 19:43:48 PST 2016


Author: djg
Date: Mon Jan 25 21:43:48 2016
New Revision: 258780

URL: http://llvm.org/viewvc/llvm-project?rev=258780&view=rev
Log:
[WebAssembly] Remove a completed entry from the README.txt.

Modified:
    llvm/trunk/lib/Target/WebAssembly/README.txt

Modified: llvm/trunk/lib/Target/WebAssembly/README.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/WebAssembly/README.txt?rev=258780&r1=258779&r2=258780&view=diff
==============================================================================
--- llvm/trunk/lib/Target/WebAssembly/README.txt (original)
+++ llvm/trunk/lib/Target/WebAssembly/README.txt Mon Jan 25 21:43:48 2016
@@ -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.




More information about the llvm-commits mailing list