Fix cast in df_worklist_dataflow_doublequeue
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 15 Feb 2021 09:41:44 +0000 (10:41 +0100)
committerEric Botcazou <ebotcazou@adacore.com>
Mon, 15 Feb 2021 09:43:30 +0000 (10:43 +0100)
commit8ec4f693fb5e2763d20f33d635d0d76062a74b07
treeb2956e954d95d06f0e5fa38b3cab3c55406bd40c
parent70099a6acf5169eca55ef74549fb64de14e668f0
Fix cast in df_worklist_dataflow_doublequeue

The existing cast to float gives weird results in the RTL dump files
on x86 when the compiler is configured -with-fpmath=sse.

gcc/
* df-core.c (df_worklist_dataflow_doublequeue): Use proper cast.
gcc/df-core.c