summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
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
commitc558fe203f8787ca1f7290305ce5596b0dd4b00f (patch)
treec86f7e5f233a7b0f57c522b17f53a3e0c27dfdcc /llvm/lib/Target
parent2a8f96f5bcc3ec7e32196627dc3e5b5bf1938746 (diff)
downloadbcm5719-llvm-c558fe203f8787ca1f7290305ce5596b0dd4b00f.tar.gz
bcm5719-llvm-c558fe203f8787ca1f7290305ce5596b0dd4b00f.zip
[WebAssembly] Remove a README.txt entry that is now implemented.
llvm-svn: 277467
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/WebAssembly/README.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/Target/WebAssembly/README.txt b/llvm/lib/Target/WebAssembly/README.txt
index a6c2eefc057..4a0fa0badfb 100644
--- a/llvm/lib/Target/WebAssembly/README.txt
+++ b/llvm/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.
OpenPOWER on IntegriCloud