mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-24 04:25:22 +00:00
fix indentation
llvm-svn: 34307
This commit is contained in:
parent
c4bca38e6e
commit
c3d976fb65
@ -311,9 +311,9 @@ void ScheduleDAG::AddOperand(MachineInstr *MI, SDOperand Op,
|
||||
cerr << "MI = "; MI->print(cerr);
|
||||
cerr << "VReg = " << VReg << "\n";
|
||||
cerr << "VReg RegClass size = " << VRC->getSize()
|
||||
<< ", align = " << VRC->getAlignment() << "\n";
|
||||
<< ", align = " << VRC->getAlignment() << "\n";
|
||||
cerr << "Expected RegClass size = " << RC->getSize()
|
||||
<< ", align = " << RC->getAlignment() << "\n";
|
||||
<< ", align = " << RC->getAlignment() << "\n";
|
||||
#endif
|
||||
cerr << "Fatal error, aborting.\n";
|
||||
abort();
|
||||
|
Loading…
Reference in New Issue
Block a user