mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 22:58:50 +00:00
Fix miscodegen of V_SET0 in PPC.
llvm-svn: 26836
This commit is contained in:
parent
793c8136ae
commit
d7cabc0f81
@ -112,6 +112,10 @@ void CodeEmitterGen::run(std::ostream &o) {
|
||||
NewBI->setBit(middle, BI->getBit(middle));
|
||||
}
|
||||
BI = NewBI;
|
||||
|
||||
// Update the bits in reversed order so that emitInstrOpBits will get the
|
||||
// correct endianness.
|
||||
R->getValue("Inst")->setValue(NewBI);
|
||||
}
|
||||
|
||||
unsigned Value = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user