Skip to content

Commit

Permalink
fixup! clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
topperc committed Mar 8, 2024
1 parent 2f62181 commit 040af8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5106,8 +5106,8 @@ bool SelectionDAG::canCreateUndefOrPoison(SDValue Op, const APInt &DemandedElts,

const TargetOptions &Options = getTarget().Options;
return Options.NoNaNsFPMath || Options.NoInfsFPMath ||
(ConsiderFlags && (Op->getFlags().hasNoNaNs() ||
Op->getFlags().hasNoInfs()));
(ConsiderFlags &&
(Op->getFlags().hasNoNaNs() || Op->getFlags().hasNoInfs()));
}

// Matches hasPoisonGeneratingFlags().
Expand Down

0 comments on commit 040af8a

Please sign in to comment.