Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / gcc / config / epiphany / mode-switch-use.c
index a7020f4..6652963 100644 (file)
@@ -1,6 +1,6 @@
 /* Insert USEs in instructions that require mode switching.
    This should probably be merged into mode-switching.c .
-   Copyright (C) 2011 Free Software Foundation, Inc.
+   Copyright (C) 2011-2013 Free Software Foundation, Inc.
    Contributed by Embecosm on behalf of Adapteva, Inc.
 
 This file is part of GCC.
@@ -76,6 +76,7 @@ struct rtl_opt_pass pass_mode_switch_use =
  {
   RTL_PASS,
   "mode_switch_use",                   /* name */
+  OPTGROUP_NONE,                       /* optinfo_flags */
   NULL,                                        /* gate */
   insert_uses,                         /* execute */
   NULL,                                        /* sub */