[llvm] r277467 - [WebAssembly] Remove a README.txt entry that is now implemented.

Dan Gohman via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 2 07:53:45 PDT 2016


Author: djg
Date: Tue Aug  2 09:53:44 2016
New Revision: 277467

URL: http://llvm.org/viewvc/llvm-project?rev=277467&view=rev
Log:
[WebAssembly] Remove a README.txt entry that is now implemented.

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=277467&r1=277466&r2=277467&view=diff
==============================================================================
--- llvm/trunk/lib/Target/WebAssembly/README.txt (original)
+++ llvm/trunk/lib/Target/WebAssembly/README.txt Tue Aug  2 09:53:44 2016
@@ -99,12 +99,6 @@ according to their usage frequency to ma
 
 //===---------------------------------------------------------------------===//
 
-When the last statement in a function body computes the return value, it can
-just let that value be the exit value of the outermost block, rather than
-needing an explicit return operation.
-
-//===---------------------------------------------------------------------===//
-
 Many cases of irreducible control flow could be transformed more optimally
 than via the transform in WebAssemblyFixIrreducibleControlFlow.cpp.
 




More information about the llvm-commits mailing list