forked from OSchip/llvm-project
Remove a left over bit of code with no effect.
llvm-svn: 81128
This commit is contained in:
parent
6c643bd25d
commit
bfb9719dad
|
@ -5198,10 +5198,8 @@ SDValue X86TargetLowering::LowerFNEG(SDValue Op, SelectionDAG &DAG) {
|
||||||
DebugLoc dl = Op.getDebugLoc();
|
DebugLoc dl = Op.getDebugLoc();
|
||||||
EVT VT = Op.getValueType();
|
EVT VT = Op.getValueType();
|
||||||
EVT EltVT = VT;
|
EVT EltVT = VT;
|
||||||
if (VT.isVector()) {
|
if (VT.isVector())
|
||||||
EltVT = VT.getVectorElementType();
|
EltVT = VT.getVectorElementType();
|
||||||
VT.getVectorNumElements();
|
|
||||||
}
|
|
||||||
std::vector<Constant*> CV;
|
std::vector<Constant*> CV;
|
||||||
if (EltVT == MVT::f64) {
|
if (EltVT == MVT::f64) {
|
||||||
Constant *C = ConstantFP::get(*Context, APFloat(APInt(64, 1ULL << 63)));
|
Constant *C = ConstantFP::get(*Context, APFloat(APInt(64, 1ULL << 63)));
|
||||||
|
|
Loading…
Reference in New Issue