mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Fix a covnersion from string to bool issue used in an assert
Problem Was exposed by -Wstring-conversion llvm-svn: 270087
This commit is contained in:
parent
0c1a0a9e9d
commit
79c4da8069
@ -210,7 +210,7 @@ void HexagonInstPrinter::printSymbol(MCInst const *MI, unsigned OpNo,
|
||||
printOperand(MI, OpNo, O);
|
||||
} else {
|
||||
printOperand(MI, OpNo, O);
|
||||
assert(!"Unknown symbol operand");
|
||||
llvm_unreachable("Unknown symbol operand");
|
||||
}
|
||||
O << ')';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user