Commit 7513650b authored by Nikita Popov's avatar Nikita Popov
Browse files

[ConstantFolding] Remove unnecessary pointer handling in FoldBitCast (NFCI)

The destination element type here cannot be a pointer type, as
this would require an inttoptr rather than bitcast.
parent df49a97a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment