mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-01 12:24:24 +00:00
MIR Serialization: Serialize the frame setup machine instruction flag.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242491 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -334,8 +334,10 @@ void MIPrinter::print(const MachineInstr &MI) {
|
||||
|
||||
if (I)
|
||||
OS << " = ";
|
||||
if (MI.getFlag(MachineInstr::FrameSetup))
|
||||
OS << "frame-setup ";
|
||||
OS << TII->getName(MI.getOpcode());
|
||||
// TODO: Print the instruction flags, machine mem operands.
|
||||
// TODO: Print the bundling instruction flags, machine mem operands.
|
||||
if (I < E)
|
||||
OS << ' ';
|
||||
|
||||
|
Reference in New Issue
Block a user