mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-29 22:30:33 +00:00
Simplify check.
llvm-svn: 196422
This commit is contained in:
parent
b46f56f8d6
commit
1d7adf97f3
@ -108,7 +108,7 @@ static const char *DecodeDWARFEncoding(unsigned Encoding) {
|
||||
/// encoding is specifying (e.g. "LSDA").
|
||||
void AsmPrinter::EmitEncodingByte(unsigned Val, const char *Desc) const {
|
||||
if (isVerbose()) {
|
||||
if (Desc != 0)
|
||||
if (Desc)
|
||||
OutStreamer.AddComment(Twine(Desc) + " Encoding = " +
|
||||
Twine(DecodeDWARFEncoding(Val)));
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user