This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][Fix] Ensure comparison between unsigned values.
ClosedPublic

Authored by gtbercea on Aug 27 2018, 7:06 AM.

Diff Detail

Repository
rOMP OpenMP

Event Timeline

gtbercea created this revision.Aug 27 2018, 7:06 AM

I think removal of the cast looks better than casting to own type.

gtbercea updated this revision to Diff 162675.Aug 27 2018, 7:39 AM
Remove cast.
This revision is now accepted and ready to land.Aug 27 2018, 7:41 AM
This revision was automatically updated to reflect the committed changes.