TargetOptions: Fix not accounting for NoSignedZerosFPMath in ==

llvm-svn: 295928
This commit is contained in:
Matt Arsenault 2017-02-23 03:16:44 +00:00
parent 65316d7b36
commit 3e9ce44eee
1 changed files with 1 additions and 0 deletions

View File

@ -283,6 +283,7 @@ inline bool operator==(const TargetOptions &LHS,
ARE_EQUAL(NoInfsFPMath) &&
ARE_EQUAL(NoNaNsFPMath) &&
ARE_EQUAL(NoTrappingFPMath) &&
ARE_EQUAL(NoSignedZerosFPMath) &&
ARE_EQUAL(HonorSignDependentRoundingFPMathOption) &&
ARE_EQUAL(NoZerosInBSS) &&
ARE_EQUAL(GuaranteedTailCallOpt) &&