This is an archive of the discontinued LLVM Phabricator instance.

[MC] [Win64EH] Simplify code using WinEH::Instruction::operator!=. NFC.
ClosedPublic

Authored by mstorsjo on May 11 2022, 3:26 AM.

Details

Summary

operator== and operator!= were added in
1308bb99e06752ab0b5175c92da31083f91af921 / D87369, but this existing
codepath wasn't updated to use them.

Also fix the indentation of the enclosed liens.

Diff Detail

Event Timeline

mstorsjo created this revision.May 11 2022, 3:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 11 2022, 3:26 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
mstorsjo requested review of this revision.May 11 2022, 3:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 11 2022, 3:26 AM
rnk accepted this revision.May 11 2022, 9:26 AM

lgtm

This revision is now accepted and ready to land.May 11 2022, 9:26 AM
This revision was landed with ongoing or failed builds.May 12 2022, 5:26 AM
This revision was automatically updated to reflect the committed changes.