forked from OSchip/llvm-project
[WebAssembly] Remove a README.txt entry that is now implemented.
llvm-svn: 277467
This commit is contained in:
parent
2a8f96f5bc
commit
c558fe203f
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue