diff options
author | Craig Topper <craig.topper@sifive.com> | 2021-01-16 00:03:35 -0800 |
---|---|---|
committer | Craig Topper <craig.topper@sifive.com> | 2021-01-16 20:09:45 -0800 |
commit | 633c5afccfbb0a985976aa3e6493f1a08061cb10 (patch) | |
tree | 0e5ce44d89af9a32f94890c945ad72f957b25662 /llvm/lib/Object/COFFObjectFile.cpp | |
parent | a048ce13e32daa255d26533c00da8abd0b67e819 (diff) | |
download | llvm-633c5afccfbb0a985976aa3e6493f1a08061cb10.zip llvm-633c5afccfbb0a985976aa3e6493f1a08061cb10.tar.gz llvm-633c5afccfbb0a985976aa3e6493f1a08061cb10.tar.bz2 |
[RISCV] Remove unneeded StringRef to std::string conversions in RISCVCompressInstEmitter. NFC
Stop concatenating std::string before streaming into a raw_ostream.
Just stream the pieces.
Remove some new lines from asserts. Remove std::string concatenation
from an assert. assert strings aren't really evaluated like this at
runtime. An assertion failure will just print exactly what's between
the parentheses in the source.
Diffstat (limited to 'llvm/lib/Object/COFFObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions