Remove unused LookThroughBitCast param in isXAllocLike functions [NFC]
authorPhilip Reames <listmail@philipreames.com>
Fri, 7 Jan 2022 01:03:59 +0000 (17:03 -0800)
committerPhilip Reames <listmail@philipreames.com>
Fri, 7 Jan 2022 02:02:13 +0000 (18:02 -0800)
commit5d1cfd43483bc82ddd735942a1a1f5be223f948b
treeab4a50af4bbe2d79f3f97c10d87acb233175a237
parent7052670e962ec50587b95af71bfd8fe4877f9732
Remove unused LookThroughBitCast param in isXAllocLike functions [NFC]

This parameter took the non-default value exactly twice, and neither had semantic effect.
llvm/include/llvm/Analysis/MemoryBuiltins.h
llvm/lib/Analysis/MemoryBuiltins.cpp
llvm/lib/Transforms/InstCombine/InstructionCombining.cpp