mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-19 10:13:13 +00:00
Remove a bogus cast.
llvm-svn: 28492
This commit is contained in:
parent
77b8eaf292
commit
328b47bc28
@ -122,7 +122,7 @@ static void print(const MachineOperand &MO, std::ostream &OS,
|
||||
OutputReg(OS, MO.getReg(), MRI);
|
||||
break;
|
||||
case MachineOperand::MO_Immediate:
|
||||
OS << (long)MO.getImmedValue();
|
||||
OS << MO.getImmedValue();
|
||||
break;
|
||||
case MachineOperand::MO_MachineBasicBlock:
|
||||
OS << "mbb<"
|
||||
|
Loading…
x
Reference in New Issue
Block a user