This is an archive of the discontinued LLVM Phabricator instance.

[openmp] Clean up OMPKinds.def remove OMP_DIRECTIVE
ClosedPublic

Authored by clementval on Jul 22 2020, 8:02 AM.

Details

Summary

This patch removes the OMP_DIRECTIVE definition from OMPKinds.def since they
are now defined in OMP.td and OMP_DIRECTIVE is not used anymore in the code.

Diff Detail

Event Timeline

clementval created this revision.Jul 22 2020, 8:02 AM
jdenny accepted this revision.Jul 24 2020, 9:25 AM

LGTM

This revision is now accepted and ready to land.Jul 24 2020, 9:25 AM
This revision was automatically updated to reflect the committed changes.