1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

fix gcc -Wmisleading-indentation [NFC]

llvm-svn: 297816
This commit is contained in:
Nuno Lopes 2017-03-15 09:33:33 +00:00
parent ab7d9b9eef
commit 482fb76dae

View File

@ -3576,7 +3576,7 @@ SDValue SelectionDAG::getNode(unsigned Opcode, const SDLoc &DL, EVT VT,
}
if (OpOpcode == ISD::UNDEF)
return getUNDEF(VT);
break;
break;
case ISD::ABS:
assert(VT.isInteger() && VT == Operand.getValueType() &&
"Invalid ABS!");