Mark as fall through.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75652 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2009-07-14 18:30:04 +00:00
parent b8158acc23
commit 5f54450916

View File

@ -682,6 +682,7 @@ void MSILWriter::printCastInstruction(unsigned int Op, const Value* V,
Tmp = "conv."+getTypePostfix(SrcTy,false,true);
printSimpleInstruction(Tmp.c_str());
}
// FALLTHROUGH
case Instruction::SIToFP:
case Instruction::FPToSI:
Tmp = "conv."+getTypePostfix(Ty,false,true);