Also print alignment.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 8 Feb 2008 22:05:07 +0000 (22:05 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 8 Feb 2008 22:05:07 +0000 (22:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46895 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/MachineInstr.cpp

index 6d4bc30150a12f6806062cc3f314f1bc7f5c8588..5744ba87ee598c218094535ccea933fb819b26e4 100644 (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>";