aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gimple.h')
-rw-r--r--gcc/gimple.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimple.h b/gcc/gimple.h
index b9e0b161d4e..896bb74824e 100644
--- a/gcc/gimple.h
+++ b/gcc/gimple.h
@@ -210,7 +210,7 @@ struct GTY((chain_next ("%h.next"))) gimple_statement_base {
gimple GTY((skip)) prev;
/* Index to the PRAGMA simd internal structure. */
- int pragma_simd_index;
+ unsigned int pragma_simd_index;
};