From 681a3d868dc7f72c062905e9b4d17e206f2ede81 Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Wed, 13 May 2015 12:36:47 +0000 Subject: gimple-expr.h (is_gimple_constant): Reorder. * gimple-expr.h (is_gimple_constant): Reorder. * tree-ssa-propagate.c (before_dom_children): Use inline accessor. From-SVN: r223156 --- gcc/gimple-expr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/gimple-expr.h') diff --git a/gcc/gimple-expr.h b/gcc/gimple-expr.h index a50a90a..ed23eb2 100644 --- a/gcc/gimple-expr.h +++ b/gcc/gimple-expr.h @@ -136,9 +136,9 @@ is_gimple_constant (const_tree t) case INTEGER_CST: case REAL_CST: case FIXED_CST: - case STRING_CST: case COMPLEX_CST: case VECTOR_CST: + case STRING_CST: return true; default: -- cgit v1.1