mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-10 02:36:06 +00:00
Eliminate a compile time warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52982 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
25995093e7
commit
6518c6ed7e
@ -4669,7 +4669,7 @@ void SelectionDAGLegalize::LegalizeSetCCOperands(SDOperand &LHS,
|
||||
MVT VT = LHS.getValueType();
|
||||
if (VT == MVT::f32 || VT == MVT::f64) {
|
||||
// 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 (cast<CondCodeSDNode>(CC)->get()) {
|
||||
case ISD::SETEQ:
|
||||
case ISD::SETOEQ:
|
||||
|
Loading…
x
Reference in New Issue
Block a user