This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Run clang-format on ISDOpcodes.h
ClosedPublic

Authored by aeubanks on May 15 2020, 4:31 PM.

Diff Detail

Event Timeline

aeubanks created this revision.May 15 2020, 4:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 15 2020, 4:31 PM
efriedma accepted this revision.May 16 2020, 1:42 PM

Normally, we try to avoid running clang-fomat on whole files at a time, but I guess git-clang-format is unhappy with this file because the indentation is wrong. So LGTM, I guess, with one minor comment.

llvm/include/llvm/CodeGen/ISDOpcodes.h
1173

Please fix this table so the columns line up again.

This revision is now accepted and ready to land.May 16 2020, 1:42 PM
aeubanks updated this revision to Diff 264471.May 16 2020, 10:34 PM
aeubanks marked an inline comment as done.

Format table

This revision was automatically updated to reflect the committed changes.