commit | eb57e783f78145f9bbb25fc86297ebc54b2663be | [log] [tgz] |
---|---|---|
author | Lang Hames <lhames@gmail.com> | Fri Jan 15 21:14:05 2016 +0000 |
committer | Lang Hames <lhames@gmail.com> | Fri Jan 15 21:14:05 2016 +0000 |
tree | 7601410ff0b45f7ae809bef03e60456d21c6e0c2 | |
parent | b5e2dc9a76733a6e2e2570ac0c8b8d1323e58e49 [diff] |
[Orc] Remove some reinterpret casts in debugging output. These casts were from function pointer to data pointer type, which some compilers (including GCC) may warn about. In all cases where these casts were used the original value was still available as a TargetAddress (uint64_t), so we can just print a formatted version of that instead. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257932 91177308-0d34-0410-b5e6-96231b3b80d8