Remove some empty statements

Cleanup only.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206710 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Alp Toker
2014-04-19 23:56:35 +00:00
parent be76c2adce
commit 8f5a7de1e6
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -542,7 +542,7 @@ PredicateInstruction(MachineInstr *MI,
MI->setDesc(get(CondOpcode));
MachineInstrBuilder(*MI->getParent()->getParent(), MI)
.addImm(CCValid).addImm(CCMask)
.addReg(SystemZ::CC, RegState::Implicit);;
.addReg(SystemZ::CC, RegState::Implicit);
return true;
}
}