mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
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:
parent
b8158acc23
commit
5f54450916
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user