mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 03:30:22 +00:00
silence a warning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25745 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
809ec11088
commit
6b2469c1ad
@ -1293,6 +1293,7 @@ X86TargetLowering::InsertAtEndOfBasicBlock(MachineInstr *MI,
|
||||
// Get the X86 opcode to use.
|
||||
unsigned Opc;
|
||||
switch (MI->getOpcode()) {
|
||||
default: assert(0 && "illegal opcode!");
|
||||
case X86::FP_TO_INT16_IN_MEM: Opc = X86::FpIST16m; break;
|
||||
case X86::FP_TO_INT32_IN_MEM: Opc = X86::FpIST32m; break;
|
||||
case X86::FP_TO_INT64_IN_MEM: Opc = X86::FpIST64m; break;
|
||||
|
Loading…
Reference in New Issue
Block a user