mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-05 17:18:55 +00:00
Remove a left over bit of code with no effect.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81128 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0268790ba4
commit
da9ad384af
@ -5198,10 +5198,8 @@ SDValue X86TargetLowering::LowerFNEG(SDValue Op, SelectionDAG &DAG) {
|
||||
DebugLoc dl = Op.getDebugLoc();
|
||||
EVT VT = Op.getValueType();
|
||||
EVT EltVT = VT;
|
||||
if (VT.isVector()) {
|
||||
if (VT.isVector())
|
||||
EltVT = VT.getVectorElementType();
|
||||
VT.getVectorNumElements();
|
||||
}
|
||||
std::vector<Constant*> CV;
|
||||
if (EltVT == MVT::f64) {
|
||||
Constant *C = ConstantFP::get(*Context, APFloat(APInt(64, 1ULL << 63)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user