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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33946 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2007-02-06 01:56:31 +00:00
parent 88b633165a
commit 4b09252e4b

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 {