1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Oops, swap this. This fixes a regression I introduced in the ARM backend.

llvm-svn: 33946
This commit is contained in:
Chris Lattner 2007-02-06 01:56:31 +00:00
parent 119b5e3558
commit 775422640b

View File

@ -850,7 +850,7 @@ void AsmPrinter::PrintSpecial(const MachineInstr *MI, const char *Code) {
if (LastMI != MI || F != ThisF) {
++Counter;
LastMI = MI;
ThisF = F;
F = ThisF;
}
O << Counter;
} else {