Merge branch 'master' into neon
authorDavid Schleef <ds@schleef.org>
Thu, 25 Jun 2009 01:15:11 +0000 (18:15 -0700)
committerDavid Schleef <ds@schleef.org>
Thu, 25 Jun 2009 01:15:11 +0000 (18:15 -0700)
Conflicts:
orc-test/orctest.c
orc/orccompiler.c
orc/orcprogram.h
tools/orcc.c

1  2 
orc-test/orctest.c
orc/orcprogram.h
tools/orcc.c

Simple merge
@@@ -352,7 -352,6 +352,10 @@@ struct _OrcCompiler 
    int exec_reg;
    int gp_tmpreg;
  
++<<<<<<< HEAD:orc/orcprogram.h
 +  int insn_index;
++=======
++>>>>>>> master:orc/orcprogram.h
    int need_mask_regs;
  };
  
diff --cc tools/orcc.c
@@@ -109,9 -109,7 +109,8 @@@ fprintf(output, "SchroMutex *orc_mutex;
  
    fclose (output);
  
 -#if 0
 +  output = fopen ("out-neon.s", "w");
 +
    for(i=0;i<n;i++){
      OrcCompileResult result;