This is an archive of the discontinued LLVM Phabricator instance.

[X86] Fix 80 column violation in X86InstrInfo.cpp. NFC
ClosedPublic

Authored by mingmingl on May 10 2022, 4:02 PM.

Diff Detail

Event Timeline

mingmingl created this revision.May 10 2022, 4:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 10 2022, 4:02 PM
mingmingl requested review of this revision.May 10 2022, 4:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 10 2022, 4:02 PM

That title is misleading. I expected a large patch formatting the whole file and making lots of changes.

Something like "[X86] Fix 80 column violation in X86InstrInfo.cpp. NFC" would be more precise.

llvm/lib/Target/X86/X86InstrInfo.cpp
1051–1052

"directly" is misspelled here

mingmingl updated this revision to Diff 428533.May 10 2022, 4:37 PM
mingmingl retitled this revision from [NFC] Run clang-format on llvm/lib/Target/X86/X86InstrInfo.cpp to [X86] Fix 80 column violation in X86InstrInfo.cpp. NFC.

Fix a typo

mingmingl marked an inline comment as done.May 10 2022, 4:38 PM
This revision is now accepted and ready to land.May 10 2022, 5:49 PM
This revision was landed with ongoing or failed builds.May 10 2022, 5:57 PM
This revision was automatically updated to reflect the committed changes.
This revision is now accepted and ready to land.May 10 2022, 7:57 PM
This revision was automatically updated to reflect the committed changes.