summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-07-14 18:30:04 +0000
committerBill Wendling <isanbard@gmail.com>2009-07-14 18:30:04 +0000
commitb25b255dbd5109fabd4cde8ad819107a2e6dbe02 (patch)
tree5c9848805c7970fee8c8d687d0aef59ed671ce04
parent6dc0284cff7e4e9822d3d2133de611bc3bf74a43 (diff)
downloadbcm5719-llvm-b25b255dbd5109fabd4cde8ad819107a2e6dbe02.tar.gz
bcm5719-llvm-b25b255dbd5109fabd4cde8ad819107a2e6dbe02.zip
Mark as fall through.
llvm-svn: 75652
-rw-r--r--llvm/lib/Target/MSIL/MSILWriter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/MSIL/MSILWriter.cpp b/llvm/lib/Target/MSIL/MSILWriter.cpp
index 1c2ea2f910e..b1239a2c4c1 100644
--- a/llvm/lib/Target/MSIL/MSILWriter.cpp
+++ b/llvm/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);
OpenPOWER on IntegriCloud