commit | 533fe617ac607673300f152f2dacedc0d9082098 | [log] [tgz] |
---|---|---|
author | Jonas Devlieghere <jonas@devlieghere.com> | Mon Apr 01 20:39:03 2019 +0000 |
committer | Jonas Devlieghere <jonas@devlieghere.com> | Mon Apr 01 20:39:03 2019 +0000 |
tree | 025ff4abe333a14a63edfae51553c73feddea269 | |
parent | 1e1e212d274c92cdce63b2cf171a75945944b29a [diff] |
[Process] Use early returns in Process::WriteMemory (NFC) I found the code of Process::WriteMemory particularly hard to follow when reviewing Ismail's change in D60022. This simplifies the code and hopefully prevents similar oversights in the future. Differential revision: https://reviews.llvm.org/D60092 llvm-svn: 357428