mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-08 13:36:26 +00:00
Suppress compiler warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52934 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9ef4c5302e
commit
ee4dc16d75
@ -372,7 +372,7 @@ void DAGTypeLegalizer::SoftenSetCCOperands(SDOperand &NewLHS, SDOperand &NewRHS,
|
||||
assert((VT == MVT::f32 || VT == MVT::f64) && "Unsupported setcc type!");
|
||||
|
||||
// Expand into one or more soft-fp libcall(s).
|
||||
RTLIB::Libcall LC1, LC2 = RTLIB::UNKNOWN_LIBCALL;
|
||||
RTLIB::Libcall LC1 = RTLIB::UNKNOWN_LIBCALL, LC2 = RTLIB::UNKNOWN_LIBCALL;
|
||||
switch (CCCode) {
|
||||
case ISD::SETEQ:
|
||||
case ISD::SETOEQ:
|
||||
|
Loading…
x
Reference in New Issue
Block a user