mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
*** empty log message ***
llvm-svn: 351
This commit is contained in:
parent
01c14da143
commit
a6cea3a426
@ -237,7 +237,7 @@ public:
|
||||
const MachineOperand& getOperand (unsigned int i) const;
|
||||
MachineOperand& getOperand (unsigned int i);
|
||||
|
||||
void dump (unsigned int indent = 0);
|
||||
void dump (unsigned int indent = 0) const;
|
||||
|
||||
public:
|
||||
friend ostream& operator<<(ostream& os, const MachineInstr& minstr);
|
||||
|
@ -69,7 +69,7 @@ MachineInstr::SetMachineOperand(unsigned int i,
|
||||
}
|
||||
|
||||
void
|
||||
MachineInstr::dump(unsigned int indent)
|
||||
MachineInstr::dump(unsigned int indent) const
|
||||
{
|
||||
for (unsigned i=0; i < indent; i++)
|
||||
cout << " ";
|
||||
|
Loading…
Reference in New Issue
Block a user