aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gimple-expr.h')
-rw-r--r--gcc/gimple-expr.h2
1 files changed, 1 insertions, 1 deletions
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: