[LLVM][Casting.h] Remove CastInfo pointer partial specialization.
Since cast_convert_val now has pointer specializations, we don't need the pointer partial specialization for CastInfo. We want to trim these down when possible to avoid future ambiguous partial specialization errors. Reviewed By: rriddle Differential Revision: https://reviews.llvm.org/D125578
Loading
Please sign in to comment