mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +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:
@@ -2726,7 +2726,7 @@ SelectCodeCommon(SDNode *NodeToMatch, const unsigned char *MatcherTable,
|
|||||||
void SelectionDAGISel::CannotYetSelect(SDNode *N) {
|
void SelectionDAGISel::CannotYetSelect(SDNode *N) {
|
||||||
std::string msg;
|
std::string msg;
|
||||||
raw_string_ostream Msg(msg);
|
raw_string_ostream Msg(msg);
|
||||||
Msg << "Cannot yet select: ";
|
Msg << "Cannot select: ";
|
||||||
|
|
||||||
if (N->getOpcode() != ISD::INTRINSIC_W_CHAIN &&
|
if (N->getOpcode() != ISD::INTRINSIC_W_CHAIN &&
|
||||||
N->getOpcode() != ISD::INTRINSIC_WO_CHAIN &&
|
N->getOpcode() != ISD::INTRINSIC_WO_CHAIN &&
|
||||||
|
Reference in New Issue
Block a user