Skip to content

Commit

Permalink
add a FIXME for a known bug, fix later
Browse files Browse the repository at this point in the history
  • Loading branch information
sillycross committed Jul 8, 2021
1 parent 6027f53 commit 591c506
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pochivm/cast_expr_fastinterp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ FastInterpSnippet WARN_UNUSED AstReinterpretCastExpr::PrepareForFastInterp(FISpi
if (spillLoc.IsNoSpill())
{
// this is a no-op, since reinterpret_cast is a no-op at bit-level
// TODO: FIXME: casting int to float changes the register location..
//
return snippet;
}
Expand Down

0 comments on commit 591c506

Please sign in to comment.