This is an archive of the discontinued LLVM Phabricator instance.

Expose hasLiveCondCodeDef as a member function of the X86InstrInfo class. NFC
ClosedPublic

Authored by kbsmith1 on Aug 26 2015, 10:41 AM.

Details

Summary

This takes the existing static function hasLiveCondCodeDef and makes it a member function of the X86InstrInfo class. This is a useful utility function that an upcoming change would like to use. NFC.

Diff Detail

Repository
rL LLVM

Event Timeline

kbsmith1 updated this revision to Diff 33218.Aug 26 2015, 10:41 AM
kbsmith1 retitled this revision from to Expose hasLiveCondCodeDef as a member function of the X86InstrInfo class. NFC.
kbsmith1 updated this object.
kbsmith1 added reviewers: ab, mkuper, spatel.
kbsmith1 added a subscriber: llvm-commits.
This revision was automatically updated to reflect the committed changes.

FYI, Nadav Rotem LGTM'd this in email, but that didn't seem to hit the llvm-commits list.