1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00

fix indentation

llvm-svn: 34307
This commit is contained in:
Chris Lattner 2007-02-15 18:19:15 +00:00
parent c4bca38e6e
commit c3d976fb65

View File

@ -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();