From: Jonas Paulsson Date: Fri, 9 Oct 2015 07:19:20 +0000 (+0000) Subject: [SystemZ] Remove superfluous braces in SystemZShortenInst.cpp X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=80033cca3726ac0980511d04c4ede2919e732b08;p=oota-llvm.git [SystemZ] Remove superfluous braces in SystemZShortenInst.cpp git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249812 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/SystemZ/SystemZShortenInst.cpp b/lib/Target/SystemZ/SystemZShortenInst.cpp index c2237ee0b3d..4d48566590e 100644 --- a/lib/Target/SystemZ/SystemZShortenInst.cpp +++ b/lib/Target/SystemZ/SystemZShortenInst.cpp @@ -246,10 +246,10 @@ bool SystemZShortenInst::processBlock(MachineBasicBlock &MBB) { Changed |= shortenOn01(MI, SystemZ::SQDBR); break; - case SystemZ::WFSDB: { + case SystemZ::WFSDB: Changed |= shortenOn001AddCC(MI, SystemZ::SDBR, CCLive); break; - } + case SystemZ::WFCDB: Changed |= shortenOn01(MI, SystemZ::CDBR); break;