This is an archive of the discontinued LLVM Phabricator instance.

[Doc] Removes extra argument of ReplaceInstWithValue()
ClosedPublic

Authored by vporpo on Jan 30 2023, 5:14 PM.

Diff Detail

Event Timeline

vporpo created this revision.Jan 30 2023, 5:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 30 2023, 5:14 PM
vporpo requested review of this revision.Jan 30 2023, 5:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 30 2023, 5:14 PM
dbabokin added inline comments.Jan 30 2023, 5:30 PM
llvm/docs/ProgrammersManual.rst
2959–2960

Should the arguments go on the same line now?

vporpo added inline comments.Jan 30 2023, 5:35 PM
llvm/docs/ProgrammersManual.rst
2959–2960

It is already > 80 columns wide, so yeah why not.

vporpo updated this revision to Diff 493460.Jan 30 2023, 5:36 PM

Removed newline

This revision is now accepted and ready to land.Jan 30 2023, 5:47 PM
This revision was automatically updated to reflect the committed changes.