This is an archive of the discontinued LLVM Phabricator instance.

[polly] Define PointerLikeTypeTraits as struct in response to related llvm change
AbandonedPublic

Authored by mgrang on Aug 17 2017, 1:26 PM.

Details

Summary

This patch is in response to D35043 which changed "class PointerLikeTypeTraits" to "struct PointerLikeTypeTraits". Without this patch, we get a warning due to mismatching definitions of PointerLikeTypeTraits.

Diff Detail

Event Timeline

mgrang created this revision.Aug 17 2017, 1:26 PM
grosser accepted this revision.Aug 17 2017, 1:27 PM

LGTM.

This revision is now accepted and ready to land.Aug 17 2017, 1:27 PM
mgrang abandoned this revision.Aug 17 2017, 1:37 PM

I see this has already been done in https://reviews.llvm.org/rL310667. My sources seem to have been outdated. Abandoning this one.