OSDN Git Service

({function,ix86_expand}_prologue): Use __alloca to allocate stack if
[pf3gnuchains/gcc-fork.git] / gcc / genextract.c
index 3861bd5..471a439 100644 (file)
@@ -140,7 +140,7 @@ gen_insn (insn)
   link = (struct code_ptr *) xmalloc (sizeof (struct code_ptr));
   link->insn_code = insn_code_number;
 
-  /* See if we find something that already had this extraction method. */
+  /* See if we find something that already had this extraction method.  */
 
   for (p = extractions; p; p = p->next)
     {