mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Eliminate some unnecessary implicit constructors in generated DAG ISel code.
Partial fix for PR4946. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81518 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b1b4c0187b
commit
69110c90bf
@ -1776,7 +1776,7 @@ void DAGISelEmitter::EmitInstructionSelector(raw_ostream &OS) {
|
||||
CallerCode += ", " + TargetOpcodes[j];
|
||||
}
|
||||
for (unsigned j = 0, e = TargetVTs.size(); j != e; ++j) {
|
||||
CalleeCode += ", EVT VT" + utostr(j);
|
||||
CalleeCode += ", MVT::SimpleValueType VT" + utostr(j);
|
||||
CallerCode += ", " + TargetVTs[j];
|
||||
}
|
||||
for (std::set<std::string>::iterator
|
||||
|
Loading…
Reference in New Issue
Block a user