This is an archive of the discontinued LLVM Phabricator instance.

Rename isKnownNotFullPoison to programUndefinedIfPoison; NFC
ClosedPublic

Authored by sanjoy on Feb 27 2017, 10:55 PM.

Details

Summary

programUndefinedIfPoison makes more sense, given what the function
does; and I'm about to add a function with a name similar to
isKnownNotFullPoison (so do the rename to avoid confusion).

Diff Detail

Repository
rL LLVM

Event Timeline

sanjoy created this revision.Feb 27 2017, 10:55 PM
broune accepted this revision.Feb 27 2017, 11:07 PM

Seems fine, though I think it would have to be programUndefinedIfFullPoison.

This revision is now accepted and ready to land.Feb 27 2017, 11:07 PM
This revision was automatically updated to reflect the committed changes.