Remove a left over bit of code with no effect.

llvm-svn: 81128
This commit is contained in:
Duncan Sands 2009-09-06 19:29:07 +00:00
parent 6c643bd25d
commit bfb9719dad
1 changed files with 1 additions and 3 deletions

View File

@ -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)));