Reset the system compiler each time we start a new flavour. Otherwise
[oota-llvm.git] / utils / importNLT.pl
index 1511803e817395e8977d3ac9a0e4be84c9a7d111..c1b950dc34d804c98bb376c5f50d810b309841ce 100644 (file)
@@ -23,7 +23,7 @@ while($d = <>)
   if (18 == scalar split " ", $d)
     {
       ($day, $mon, $year, $prog, $gccas, $bc, $llccompile, $llcbetacompile, $jitcompile,
-       $mc, $gcc, $cbe, $llc, $llcbeta, $jit, $foo1, $foo2, $foo3) = split / /, $d;
+       $mc, $gcc, $cbe, $llc, $llcbeta, $jit, $foo1, $foo2, $foo3) = split " ", $d;
       if ($gccas =~ /\d+/)
         {
           $dbh->do("INSERT INTO Tests (NAME, RUN, TEST, VALUE) VALUES