From: Bill Wendling Date: Tue, 14 Jul 2009 18:30:04 +0000 (+0000) Subject: Mark as fall through. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=5f544509164e1d96311dd06b721ae5051d905e6a;p=oota-llvm.git Mark as fall through. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75652 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/MSIL/MSILWriter.cpp b/lib/Target/MSIL/MSILWriter.cpp index 1c2ea2f910e..b1239a2c4c1 100644 --- a/lib/Target/MSIL/MSILWriter.cpp +++ b/lib/Target/MSIL/MSILWriter.cpp @@ -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);