diff options
author | JF Bastien <jfbastien@apple.com> | 2018-09-21 18:35:32 +0000 |
---|---|---|
committer | JF Bastien <jfbastien@apple.com> | 2018-09-21 18:35:32 +0000 |
commit | 8a59dbf7fd73f28792f605c059e5cea189e0c587 (patch) | |
tree | 2c5fd497cdbcf479e4584f0ddc06cd8a1db66cd2 /llvm/lib/IR/Module.cpp | |
parent | 62279730e2e2f22f24ee81896b8986c24e7fcd2e (diff) | |
download | llvm-8a59dbf7fd73f28792f605c059e5cea189e0c587.zip llvm-8a59dbf7fd73f28792f605c059e5cea189e0c587.tar.gz llvm-8a59dbf7fd73f28792f605c059e5cea189e0c587.tar.bz2 |
[NFC] use bit_cast in PointerSumType
The code was already using union and memcpy to do this. Remove the memcpy. We can't just change the union because a reference to its member is returned.
llvm-svn: 342759
Diffstat (limited to 'llvm/lib/IR/Module.cpp')
0 files changed, 0 insertions, 0 deletions