]> gcc.gnu.org Git - gcc.git/commitdiff
Fix typo in last change.
authorJeff Law <law@gcc.gnu.org>
Sun, 17 Oct 1999 08:19:37 +0000 (02:19 -0600)
committerJeff Law <law@gcc.gnu.org>
Sun, 17 Oct 1999 08:19:37 +0000 (02:19 -0600)
From-SVN: r30053

gcc/reload.h

index 5159c4763a6404705c4e14070d9d57b159928847..c07515fe12b151dd95adc2bfe2b33de35964341f 100644 (file)
@@ -100,7 +100,7 @@ struct reload
   enum machine_mode outmode;
 
   /* The mode of the reload register.  */
-  enum mode;
+  enum machine_mode mode;
 
   /* the largest number of registers this reload will require.  */
   int nregs;
This page took 0.064749 seconds and 5 git commands to generate.