summaryrefslogtreecommitdiff
path: root/regen/regcomp.pl
diff options
context:
space:
mode:
Diffstat (limited to 'regen/regcomp.pl')
-rw-r--r--regen/regcomp.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/regen/regcomp.pl b/regen/regcomp.pl
index 7be623cc6a..b90efc7595 100644
--- a/regen/regcomp.pl
+++ b/regen/regcomp.pl
@@ -55,8 +55,8 @@ while (<DESC>) {
= split /[,\s]\s*/, $desc;
if (!defined $seen_op{$type[$ind]} and !defined $type_alias{$type[$ind]}) {
- warn "Regop type '$type[$ind]' from regcomp.sym line $. is not an existing regop, and will be aliased to $name[$ind]\n"
- if -t STDERR;
+ #warn "Regop type '$type[$ind]' from regcomp.sym line $. is not an existing regop, and will be aliased to $name[$ind]\n"
+ # if -t STDERR;
$type_alias{$type[$ind]}= $name[$ind];
}