Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
[Merge chakra-core/ChakraCore@08803454cc] [MERGE #3548 @Cellule] Put …
Browse files Browse the repository at this point in the history
…back assert that was removed in #3537

Merge pull request #3548 from Cellule:linearscan_assert
  • Loading branch information
chakrabot authored and MSLaguana committed Sep 25, 2017
1 parent 9d94628 commit b3075ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/chakrashim/core/lib/Backend/LinearScan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2865,6 +2865,7 @@ LinearScan::Spill(Lifetime *newLifetime, IR::RegOpnd *regOpnd, bool dontSpillCur
{
uint minSpillCost = (uint)-1;

Assert(!newLifetime || !regOpnd || newLifetime->isFloat == (regOpnd->GetType() == TyMachDouble || regOpnd->IsSimd128()));
bool isFloatReg;
BitVector intUsageBV;
bool needCalleeSaved;
Expand Down

0 comments on commit b3075ba

Please sign in to comment.