]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR middle-end/21291 (can't find a register in class 'GENERAL_REGS' while reloading...
authorRichard Henderson <rth@redhat.com>
Thu, 4 Aug 2005 23:37:00 +0000 (16:37 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 4 Aug 2005 23:37:00 +0000 (16:37 -0700)
commit5a910e43f5bab026b59e4ee549ddff9161807232
treebfdd2b6c29f1c29b751dec9101525d577ee095f5
parent27c370005e6ffd8dc7e96ba94382264aa9e36978
re PR middle-end/21291 (can't find a register in class 'GENERAL_REGS' while reloading 'asm')

        PR 21291
        * tree-outof-ssa.c (coalesce_asm_operands): New.
        (coalesce_ssa_name): Use it.  Split out ...
        (coalesce_phi_operands, coalesce_result_decls): ... these.

From-SVN: r102751
gcc/ChangeLog
gcc/testsuite/gcc.target/i386/pr21291.c [new file with mode: 0644]
gcc/tree-outof-ssa.c