Skip to content

Commit 2fe813a

Browse files
committed
Remove extraneous semicolon.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121338 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 797b7aa commit 2fe813a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Target/ARM/ARMExpandPseudoInsts.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ bool ARMExpandPseudo::ExpandMBB(MachineBasicBlock &MBB) {
711711
TransferImpOps(MI, MIB, MIB);
712712
MI.eraseFromParent();
713713
break;
714-
};
714+
}
715715
case ARM::t2LDRHpci:
716716
case ARM::t2LDRBpci:
717717
case ARM::t2LDRSHpci:

0 commit comments

Comments
 (0)