MIR Serialization: Serialize the jump table pseudo source values.
llvm-svn: 244813
This commit is contained in:
@@ -716,6 +716,9 @@ void MIPrinter::print(const MachineMemOperand &Op) {
|
||||
case PseudoSourceValue::GOT:
|
||||
OS << "got";
|
||||
break;
|
||||
case PseudoSourceValue::JumpTable:
|
||||
OS << "jump-table";
|
||||
break;
|
||||
case PseudoSourceValue::ConstantPool:
|
||||
OS << "constant-pool";
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user