Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit 80033cc

Browse files
author
Jonas Paulsson
committed
[SystemZ] Remove superfluous braces in SystemZShortenInst.cpp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249812 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 497e4c4 commit 80033cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Target/SystemZ/SystemZShortenInst.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,10 @@ bool SystemZShortenInst::processBlock(MachineBasicBlock &MBB) {
246246
Changed |= shortenOn01(MI, SystemZ::SQDBR);
247247
break;
248248

249-
case SystemZ::WFSDB: {
249+
case SystemZ::WFSDB:
250250
Changed |= shortenOn001AddCC(MI, SystemZ::SDBR, CCLive);
251251
break;
252-
}
252+
253253
case SystemZ::WFCDB:
254254
Changed |= shortenOn01(MI, SystemZ::CDBR);
255255
break;

0 commit comments

Comments
 (0)