]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-ssa-sccvn.h
ipa-chkp.c: New.
[thirdparty/gcc.git] / gcc / tree-ssa-sccvn.h
index ad996043faa2466d863d8ab17f72450d3e832f95..3b93d320f7ce4d0e2ee69b5cfd07ee5cd4f4620e 100644 (file)
@@ -80,7 +80,9 @@ typedef const struct vn_phi_s *const_vn_phi_t;
 
 typedef struct vn_reference_op_struct
 {
-  enum tree_code opcode;
+  ENUM_BITFIELD(tree_code) opcode : 16;
+  /* 1 for instrumented calls.  */
+  unsigned with_bounds : 1;
   /* Constant offset this op adds or -1 if it is variable.  */
   HOST_WIDE_INT off;
   tree type;