| commit | 17a3077f59f66e6045344dc6fb7372ddf2cf54c7 | [log] [tgz] |
|---|---|---|
| author | Rui Ueyama <ruiu@google.com> | Wed Dec 27 06:54:18 2017 +0000 |
| committer | Rui Ueyama <ruiu@google.com> | Wed Dec 27 06:54:18 2017 +0000 |
| tree | c7b4337f34dd1ab0493045b971c228db0ae67fb1 | |
| parent | 130eb04689e29faddb4ca443e7bc11c698d1b728 [diff] |
Make it clear where is a placeholder for later binary patching. This is an aesthetic change to represent a placeholder for later binary patching as "0, 0, 0, 0" instead of "0x00, 0x00, 0x00, 0x00". The former is how we represent it in COFF, and I found it easier to read than the latter. llvm-svn: 321471