From 83127739ff89d3e689b8c15bacf538331b960039 Mon Sep 17 00:00:00 2001 From: Alex Lorenz Date: Fri, 7 Aug 2015 20:26:52 +0000 Subject: MIR Serialization: Serialize the offsets for the machine memory operands. llvm-svn: 244356 --- llvm/lib/CodeGen/MIRPrinter.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/CodeGen/MIRPrinter.cpp') diff --git a/llvm/lib/CodeGen/MIRPrinter.cpp b/llvm/lib/CodeGen/MIRPrinter.cpp index e162a8f73e2..4710f168d3a 100644 --- a/llvm/lib/CodeGen/MIRPrinter.cpp +++ b/llvm/lib/CodeGen/MIRPrinter.cpp @@ -678,6 +678,7 @@ void MIPrinter::print(const MachineMemOperand &Op) { if (const Value *Val = Op.getValue()) printIRValueReference(*Val); // TODO: Print PseudoSourceValue. + printOffset(Op.getOffset()); // TODO: Print the base alignment. // TODO: Print the metadata attributes. OS << ')'; -- cgit v1.2.3