summaryrefslogtreecommitdiff
path: root/utils/importNLT.pl
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2005-04-27 17:32:41 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2005-04-27 17:32:41 +0000
commite3142bee52bafa129092663d0fd988455420aea5 (patch)
tree6ce26dbe9a1dccdb2495932a4c731657cfa820fc /utils/importNLT.pl
parente43b3fbb5f21878181278add7a29e2215eccad0d (diff)
downloadllvm-e3142bee52bafa129092663d0fd988455420aea5.tar.gz
llvm-e3142bee52bafa129092663d0fd988455420aea5.tar.bz2
llvm-e3142bee52bafa129092663d0fd988455420aea5.tar.xz
import fix and plot multiple lines at once
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21596 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/importNLT.pl')
-rw-r--r--utils/importNLT.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/importNLT.pl b/utils/importNLT.pl
index 1511803e81..c1b950dc34 100644
--- a/utils/importNLT.pl
+++ b/utils/importNLT.pl
@@ -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