forked from OSchip/llvm-project
parent
1958690ff2
commit
f7ae0a95fe
|
@ -2329,6 +2329,7 @@ void DAGISelEmitter::EmitInstructionSelector(std::ostream &OS) {
|
||||||
<< " switch (N.getOpcode()) {\n"
|
<< " switch (N.getOpcode()) {\n"
|
||||||
<< " default: break;\n"
|
<< " default: break;\n"
|
||||||
<< " case ISD::EntryToken: // These leaves remain the same.\n"
|
<< " case ISD::EntryToken: // These leaves remain the same.\n"
|
||||||
|
<< " case ISD::BasicBlock:\n"
|
||||||
<< " return N;\n"
|
<< " return N;\n"
|
||||||
<< " case ISD::AssertSext:\n"
|
<< " case ISD::AssertSext:\n"
|
||||||
<< " case ISD::AssertZext: {\n"
|
<< " case ISD::AssertZext: {\n"
|
||||||
|
|
Loading…
Reference in New Issue