mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-23 17:24:48 +00:00
Fix miscodegen of V_SET0 in PPC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26836 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -112,6 +112,10 @@ void CodeEmitterGen::run(std::ostream &o) {
|
|||||||
NewBI->setBit(middle, BI->getBit(middle));
|
NewBI->setBit(middle, BI->getBit(middle));
|
||||||
}
|
}
|
||||||
BI = NewBI;
|
BI = NewBI;
|
||||||
|
|
||||||
|
// Update the bits in reversed order so that emitInstrOpBits will get the
|
||||||
|
// correct endianness.
|
||||||
|
R->getValue("Inst")->setValue(NewBI);
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned Value = 0;
|
unsigned Value = 0;
|
||||||
|
Reference in New Issue
Block a user