mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
Dont' feed ILA two inputs - it takes just one.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121372 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bfd0daa6a6
commit
7d17097e4a
@ -642,7 +642,7 @@ SPUDAGToDAGISel::Select(SDNode *N) {
|
||||
NewOpc = SPU::Ar32;
|
||||
Ops[0] = CurDAG->getRegister(SPU::R1, N->getValueType(0));
|
||||
Ops[1] = SDValue(CurDAG->getMachineNode(SPU::ILAr32, dl,
|
||||
N->getValueType(0), TFI, Imm0),
|
||||
N->getValueType(0), TFI),
|
||||
0);
|
||||
n_ops = 2;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user