mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 20:59:51 +00:00
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:
parent
88b633165a
commit
4b09252e4b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user