From 817a788f9eb01eff367191401d48f2aaa8d4f428 Mon Sep 17 00:00:00 2001 From: Caroline Tice Date: Wed, 10 Feb 2016 14:40:41 -0800 Subject: Unify ChromeOS and Android versions of GCC. This CL updates Android's GCC to match ChromeOS's GCC (with appropriate patches applied in both places to make sure no cherry-picked changes are lost). Change-Id: I390140c449b0e5df9ee78a06268319c8c510302f --- gcc-4.9/gcc/ira.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gcc-4.9/gcc/ira.c') diff --git a/gcc-4.9/gcc/ira.c b/gcc-4.9/gcc/ira.c index b2f58d1c4..22d613580 100644 --- a/gcc-4.9/gcc/ira.c +++ b/gcc-4.9/gcc/ira.c @@ -5474,9 +5474,10 @@ ira (FILE *f) if (old_regno != new_regno) setup_reg_classes (new_regno, reg_preferred_class (old_regno), - reg_alternate_class (old_regno), - reg_allocno_class (old_regno)); + reg_alternate_class (old_regno), + reg_allocno_class (old_regno)); } + } else { -- cgit v1.2.3