mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-26 21:20:29 +00:00
Make sure GetRegEx returns something gnuplot can deal with (a number, not
a ?) so that graphs don't bail if something fails in a test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14344 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b06e8483be
commit
a337f0c43d
@ -101,7 +101,7 @@ sub GetRegex { # (Regex with ()'s, value)
|
||||
if (defined($1)) {
|
||||
return $1;
|
||||
}
|
||||
return "?";
|
||||
return "0";
|
||||
}
|
||||
|
||||
sub AddRecord {
|
||||
|
Loading…
Reference in New Issue
Block a user