aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-10-05 16:29:46 -0700
committerKhem Raj <raj.khem@gmail.com>2010-10-05 16:31:14 -0700
commitf94d9bcd25ceb9d3a87d5767aaa259a769bda634 (patch)
tree5151516aa186d319509ff502d1e4acf59798f2e4 /recipes/gcc
parentb9dcc0a1e8b4bb7fc2618071119d0c7946df5c25 (diff)
downloadopenembedded-f94d9bcd25ceb9d3a87d5767aaa259a769bda634.tar.gz
gcc-4.5: fix gcc-scalar-widening-pr45847.patch one last time
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gcc')
-rw-r--r--recipes/gcc/gcc-4.5/gcc-scalar-widening-pr45847.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-4.5/gcc-scalar-widening-pr45847.patch b/recipes/gcc/gcc-4.5/gcc-scalar-widening-pr45847.patch
index 225534b89e..cbe12303e8 100644
--- a/recipes/gcc/gcc-4.5/gcc-scalar-widening-pr45847.patch
+++ b/recipes/gcc/gcc-4.5/gcc-scalar-widening-pr45847.patch
@@ -57,7 +57,7 @@ Index: gcc-4.5/gcc/tree-vect-patterns.c
/* Check target support */
vectype = get_vectype_for_scalar_type (half_type0);
if (!vectype
-+ || !get_vectype_for_scalar_type (type);
++ || !get_vectype_for_scalar_type (type)
|| !supportable_widening_operation (WIDEN_MULT_EXPR, last_stmt, vectype,
&dummy, &dummy, &dummy_code,
&dummy_code, &dummy_int, &dummy_vec))