forked from OSchip/llvm-project
parent
168700bdf3
commit
e460869d86
|
@ -647,7 +647,7 @@ void MachineInstr::print(std::ostream &OS, const TargetMachine *TM) const {
|
|||
if (MRO.isStore())
|
||||
OS << "ST";
|
||||
|
||||
OS << "(" << MRO.getSize() << ") [";
|
||||
OS << "(" << MRO.getSize() << "," << MRO.getAlignment() << ") [";
|
||||
|
||||
if (!V)
|
||||
OS << "<unknown>";
|
||||
|
|
Loading…
Reference in New Issue