Also print alignment.

llvm-svn: 46895
This commit is contained in:
Evan Cheng 2008-02-08 22:05:07 +00:00
parent 168700bdf3
commit e460869d86
1 changed files with 1 additions and 1 deletions

View File

@ -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>";