mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 03:30:22 +00:00
fix indentation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34307 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0152829e89
commit
5d4a9f7731
@ -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