This is an archive of the discontinued LLVM Phabricator instance.

[asan] Remove an unsigned compare >= 0
ClosedPublic

Authored by waltl on May 17 2018, 11:59 PM.

Details

Summary

This is not needed after we've forked the Myriad version. Not to
mention it produces a compiler warning.

Diff Detail

Repository
rL LLVM

Event Timeline

waltl created this revision.May 17 2018, 11:59 PM
alekseyshl accepted this revision.May 18 2018, 10:05 AM
This revision is now accepted and ready to land.May 18 2018, 10:05 AM
This revision was automatically updated to reflect the committed changes.