diff options
| -rw-r--r-- | llvm/lib/Target/WebAssembly/README.txt | 6 |
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. |

