1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

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 9041cda7c7
commit 6efbe6150b

View File

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