mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-31 10:34:17 +00:00
Give me PHI's space back
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1150 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
04cc49be65
commit
eed1fc7973
@ -518,6 +518,7 @@ void AssemblyWriter::printInstruction(const Instruction *I) {
|
||||
} else if (isa<PHINode>(I)) {
|
||||
Out << " ";
|
||||
printType(I->getType());
|
||||
Out << " ";
|
||||
|
||||
for (unsigned op = 0, Eop = I->getNumOperands(); op < Eop; op += 2) {
|
||||
if (op) Out << ", ";
|
||||
|
Loading…
x
Reference in New Issue
Block a user