| commit | 2b8158f441da74d8432c7629b005a7107a44186b | [log] [tgz] |
|---|---|---|
| author | Heejin Ahn <aheejin@gmail.com> | Tue Apr 17 21:19:21 2018 +0000 |
| committer | Heejin Ahn <aheejin@gmail.com> | Tue Apr 17 21:19:21 2018 +0000 |
| tree | 1b1e29b5e3d8203b337b4443a2af1760edf0133b | |
| parent | e6ac9f5ec3b890885abef8c4a315203ef02a25e5 [diff] |
[WebAssembly] Add an assertion for an invalid CFG Summary: It was not easy to provide a test case for D45648 (rL330079) because the bug didn't manifest itself in the set of currently valid IRs. Added an assertion to check this faster, thanks to @dblaikie's suggestion. Reviewers: dblaikie Subscribers: jfb, dschuff, sbc100, jgravelle-google, llvm-commits, dblaikie Differential Revision: https://reviews.llvm.org/D45711 llvm-svn: 330217