mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-03 19:02:35 +00:00
Also print alignment.
llvm-svn: 46895
This commit is contained in:
parent
3d296e049c
commit
2d3d000878
@ -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…
x
Reference in New Issue
Block a user