mirror of
https://github.com/RPCSX/llvm.git
synced 2025-04-02 16:21:36 +00:00
silence a warning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25322 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
432a205769
commit
b47fad9892
@ -682,6 +682,7 @@ SDOperand X86DAGToDAGISel::Select(SDOperand N) {
|
||||
Base, Scale, Index, Disp, OldCW, Chain);
|
||||
|
||||
switch (Opcode) {
|
||||
default: assert(0 && "Unknown FP_TO_INT*_IN_MEM");
|
||||
case X86ISD::FP_TO_INT16_IN_MEM: Opc = X86::FpIST16m; break;
|
||||
case X86ISD::FP_TO_INT32_IN_MEM: Opc = X86::FpIST32m; break;
|
||||
case X86ISD::FP_TO_INT64_IN_MEM: Opc = X86::FpIST64m; break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user