Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit 5bb6fe1

Browse files
committed
Mips: Fix typo in assert message
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@356717 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent e286751 commit 5bb6fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Target/Mips/MipsISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1724,7 +1724,7 @@ MipsTargetLowering::emitAtomicCmpSwap(MachineInstr &MI,
17241724

17251725
assert((MI.getOpcode() == Mips::ATOMIC_CMP_SWAP_I32 ||
17261726
MI.getOpcode() == Mips::ATOMIC_CMP_SWAP_I64) &&
1727-
"Unsupported atomic psseudo for EmitAtomicCmpSwap.");
1727+
"Unsupported atomic pseudo for EmitAtomicCmpSwap.");
17281728

17291729
const unsigned Size = MI.getOpcode() == Mips::ATOMIC_CMP_SWAP_I32 ? 4 : 8;
17301730

0 commit comments

Comments
 (0)