[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[csmith-project/csmith] bc1dbc: Added the first non-local transformation, it was p...



  Branch: refs/heads/master
  Home:   https://github.com/csmith-project/csmith

  Commit: bc1dbc215a05349335ba53985b14330b810b2ab8
      https://github.com/csmith-project/csmith/commit/bc1dbc215a05349335ba53985b14330b810b2ab8
  Author: John Regehr <regehr@cs.utah.edu>
  Date:   2011-06-28 (Tue, 28 Jun 2011)

  Changed paths:
    M utah/scripts/reduce/c_delta.pl

  Log Message:
  -----------
  Added the first non-local transformation, it was pretty easy. This one
finds a prototype and its corresponding function, deletes the
prototype, and moves the function to where the prototype used to be.