This commit was generated by cvs2svn to track changes on a CVS vendor
[binutils-gdb.git] / sim / igen / igen.h
index 7aa70efc007965b111e0bb0f8035007bbc1f2920..bdfdb833ef564f5a36f5f6f37cb4f5c14088fdd7 100644 (file)
@@ -86,6 +86,8 @@ typedef struct _igen_trace_options igen_trace_options;
 struct _igen_trace_options {
   int rule_selection;
   int rule_rejection;
+  int insn_insertion;
+  int insn_expansion;
   int entries;
   int combine;
 };
@@ -144,6 +146,10 @@ struct _igen_warn_options {
 
   /* Issue warning about invalid instruction widths */
   int width;
+
+  /* Issue warning about unimplemented instructions */
+  int unimplemented;
+
 };