Commit 510bc854 by Alexandre Oliva Committed by Alexandre Oliva

re PR target/41252 (Var tracking by default breaks arm-none-eabi build of newlib)

PR target/41252
* config/arm/vfp.md (*cmpdf_split_vfp): Fix src mode in the second
pattern of the split.

From-SVN: r151437
parent c45ae2c8
2009-09-04 Alexandre Oliva <aoliva@redhat.com>
PR target/41252
* config/arm/vfp.md (*cmpdf_split_vfp): Fix src mode in the second
pattern of the split.
2009-09-04 Alexandre Oliva <aoliva@redhat.com>
* toplev.c (process_options): Move setter of flag_var_tracking
before other tests that depend on it. Move down setter of
flag_rename_registers. Don't enable var-tracking-assignments
......
......@@ -960,7 +960,7 @@
(compare:CCFP (match_dup 0)
(match_dup 1)))
(set (reg:CCFP CC_REGNUM)
(reg:CCFPE VFPCC_REGNUM))]
(reg:CCFP VFPCC_REGNUM))]
""
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment