*** empty log message ***
[gcc.git] / gcc / genpeep.c
index eb14a69f26ba7f9fd48c161fd6b83abcb4ceb459..10f75d1caab9dc5d90a489c2f1c6acad8a25b488 100644 (file)
@@ -106,7 +106,7 @@ gen_peephole (peep)
       /* Walk the insn's pattern, remembering at all times the path
         down to the walking point.  */
 
-      match_rtx (XVECEXP (peep, 0, i), 0, insn_code_number);
+      match_rtx (XVECEXP (peep, 0, i), NULL_PTR, insn_code_number);
     }
 
   /* We get this far if the pattern matches.