summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDan Gohman <dan433584@gmail.com>2016-08-02 14:53:44 +0000
committerDan Gohman <dan433584@gmail.com>2016-08-02 14:53:44 +0000
commit143e93e01075b2c2554c91824daccefba5fe3d73 (patch)
tree517952366fcb6f4e3d6b2f8a3a371b854b3f3482 /lib
parente6be5e76b24623d1f176e5a2dde248862aeed2f9 (diff)
[WebAssembly] Remove a README.txt entry that is now implemented.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@277467 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/WebAssembly/README.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Target/WebAssembly/README.txt b/lib/Target/WebAssembly/README.txt
index a6c2eefc057..4a0fa0badfb 100644
--- a/lib/Target/WebAssembly/README.txt
+++ b/lib/Target/WebAssembly/README.txt
@@ -99,12 +99,6 @@ according to their usage frequency to maximize the usage of smaller encodings.
//===---------------------------------------------------------------------===//
-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.