mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-31 09:32:11 +00:00
improve "cannot yet select" errors a trivial amount: now
they are just as useless, but at least a bit more gramatical git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122305 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a519d57725
commit
5df1578dec
@ -2726,7 +2726,7 @@ SelectCodeCommon(SDNode *NodeToMatch, const unsigned char *MatcherTable,
|
||||
void SelectionDAGISel::CannotYetSelect(SDNode *N) {
|
||||
std::string msg;
|
||||
raw_string_ostream Msg(msg);
|
||||
Msg << "Cannot yet select: ";
|
||||
Msg << "Cannot select: ";
|
||||
|
||||
if (N->getOpcode() != ISD::INTRINSIC_W_CHAIN &&
|
||||
N->getOpcode() != ISD::INTRINSIC_WO_CHAIN &&
|
||||
|
Loading…
Reference in New Issue
Block a user