X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=utils%2FRegressionFinder.pl;h=86b077780b0d99bab58bcbe334ce3e60e585e477;hb=bdf34bc12bfc39de02c19fa250e83edb5924a6cf;hp=94c8c73677163311f95250f844ac461d27e4d1b0;hpb=1d4c9025e0eb16f7b447a8ebaa4e625c497c617d;p=oota-llvm.git diff --git a/utils/RegressionFinder.pl b/utils/RegressionFinder.pl index 94c8c736771..86b077780b0 100755 --- a/utils/RegressionFinder.pl +++ b/utils/RegressionFinder.pl @@ -1,8 +1,9 @@ -#! /usr/dcs/software/supported/bin/perl -# Script to find regressions by binary-searching a time interval in the CVS tree. -# Written by Brian Gaeke on 2-Mar-2004 +#! /usr/bin/perl +# Script to find regressions by binary-searching a time interval in the +# CVS tree. Written by Brian Gaeke on 2-Mar-2004. # +require 5.6.0; # NOTE: This script not tested with earlier versions. use Getopt::Std; use POSIX; use Time::Local;