]> granicus.if.org Git - llvm/commit
NFC: clang-format rL374420 and adjust comment wording
authorHubert Tong <hubert.reinterpretcast@gmail.com>
Sat, 12 Oct 2019 04:08:31 +0000 (04:08 +0000)
committerHubert Tong <hubert.reinterpretcast@gmail.com>
Sat, 12 Oct 2019 04:08:31 +0000 (04:08 +0000)
commit61ef9915297469783be6cd597fc477e22ab1a0be
tree4f16f4e5137ffdbc32a2802b2f2b28129e51203e
parent704914973a8eea73fc3b4ba74b745db61c90876a
NFC: clang-format rL374420 and adjust comment wording

The commit of rL374420 had various formatting issues, including lines
that exceed 80 columns. This patch applies `git clang-format` on the
changes from commit 13bd3ef40d8b1586f26a022e01b21e56c91e05bd.

It further adjusts a comment to clarify the domain of inputs upon which
a newly added function is meant to operate. The adjustment to the
comment was suggested in a post-commit comment on D68721 and discussed
off-list with @sfertile.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374635 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCAsmPrinter.cpp