diff options
author | Dan Gohman <dan433584@gmail.com> | 2016-02-18 06:32:53 +0000 |
---|---|---|
committer | Dan Gohman <dan433584@gmail.com> | 2016-02-18 06:32:53 +0000 |
commit | d85ab7fc103b163494046317120ad57055a2b7db (patch) | |
tree | 08061988eeb96938752d45b07c019e7cc7c8c452 /lldb/packages/Python/lldbsuite/test/python_api/debugger | |
parent | ac697c5d8ecf96d4af15c29f72bbb8f898e3b8f5 (diff) | |
download | bcm5719-llvm-d85ab7fc103b163494046317120ad57055a2b7db.tar.gz bcm5719-llvm-d85ab7fc103b163494046317120ad57055a2b7db.zip |
[WebAssembly] Don't use setRequiresStructuredCFG(true).
While we still do want reducible control flow, the RequiresStructuredCFG
flag imposes more strict structure constraints than WebAssembly wants.
Unsetting this flag enables critical edge splitting and tail merging.
Also, disable TailDuplication explicitly, as it doesn't support virtual
registers, and was previously only disabled by the RequiresStructuredCFG
flag.
llvm-svn: 261190
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/debugger')
0 files changed, 0 insertions, 0 deletions