Remove redundant implicit cast creation.
authorRichard Smith <richard@metafoo.co.uk>
Fri, 10 Jan 2020 21:21:24 +0000 (13:21 -0800)
committerRichard Smith <richard@metafoo.co.uk>
Sat, 11 Jan 2020 00:12:00 +0000 (16:12 -0800)
commitf4df7f4701d80ce6a2f5674db50f87fbd2dad82f
tree569485e84c90d83a5de9ee99e6ac991974d606e2
parentceb801612a678bdffe7e7bf163bd0eed9c9b73a2
Remove redundant implicit cast creation.

FindCompositePointerType has already cast the operands to the composite
type for us in the case where it succeeds.
clang/lib/Sema/SemaExpr.cpp