Skip to content

Commit 2279803

Browse files
committed
remove unused
1 parent 591d77e commit 2279803

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/X86/X86ISelLowering.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8432,7 +8432,6 @@ static bool isFMAddSubOrFMSubAdd(const X86Subtarget &Subtarget,
84328432
// DAGCombiner::visitFADDForFMACombine. It would be good to have one
84338433
// function that would answer if it is Ok to fuse MUL + ADD to FMADD
84348434
// or MUL + ADDSUB to FMADDSUB.
8435-
const TargetOptions &Options = DAG.getTarget().Options;
84368435
bool AllowFusion =
84378436
(AllowSubAddOrAddSubContract && Opnd0->getFlags().hasAllowContract());
84388437
if (!AllowFusion)

0 commit comments

Comments
 (0)