Skip to content

Commit

Permalink
Revert "fix Issue 17215 - ICE(cgcod.c:findreg) with SIMD and -O -inline"
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberShadow committed Mar 7, 2017
1 parent 0ac022d commit 4373a21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion src/backend/cgelem.c
Expand Up @@ -3511,7 +3511,7 @@ STATIC elem * eleq(elem *e, goal_t goal)
e1->Eoper == OPvar &&
e2->Eoper == OPvar &&
goal == GOALnone &&
!tyfloating(e1->Ety) && !tyvector(e1->Ety)
!tyfloating(e1->Ety)
)
{
tym_t ty = (REGSIZE == 8) ? TYllong : TYint;
Expand Down
9 changes: 0 additions & 9 deletions test/compilable/test17215.d

This file was deleted.

0 comments on commit 4373a21

Please sign in to comment.