mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
lets not break the old isel.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97034 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c84edb7bdd
commit
a86509d436
@ -1794,7 +1794,6 @@ void DAGISelEmitter::EmitInstructionSelector(raw_ostream &OS) {
|
||||
|
||||
OS << "// The main instruction selector code.\n"
|
||||
<< "SDNode *SelectCode(SDNode *N) {\n"
|
||||
<< " return SelectCode2(N);\n"
|
||||
<< " MVT::SimpleValueType NVT = N->getValueType(0).getSimpleVT().SimpleTy;\n"
|
||||
<< " switch (N->getOpcode()) {\n"
|
||||
<< " default:\n"
|
||||
|
Loading…
Reference in New Issue
Block a user