diff options
author | Nikita Popov <npopov@redhat.com> | 2023-12-08 16:54:03 +0100 |
---|---|---|
committer | Nikita Popov <npopov@redhat.com> | 2023-12-08 16:56:23 +0100 |
commit | ab8598e088dc406f0cd30f34aa8b08f98e73c652 (patch) | |
tree | 5d3dd8ac0ccca00d95861cf895146c76db585123 /llvm/lib/Support/CommandLine.cpp | |
parent | 0c9a20b0a1c8343136cf105db2b389d53cc2aba1 (diff) | |
download | llvm-ab8598e088dc406f0cd30f34aa8b08f98e73c652.zip llvm-ab8598e088dc406f0cd30f34aa8b08f98e73c652.tar.gz llvm-ab8598e088dc406f0cd30f34aa8b08f98e73c652.tar.bz2 |
[IR] Remove unnecessary pointer type check (NFC)
With opaque pointers, the address spaces will only be the same if
the types are the same, in which case this would have been handled
at the start of the method already.
Diffstat (limited to 'llvm/lib/Support/CommandLine.cpp')
0 files changed, 0 insertions, 0 deletions