moved comment so it made more sense

git-svn-id: svn://10.0.0.236/trunk@67456 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rginda%netscape.com
2000-04-28 02:26:14 +00:00
parent 0fc16a2fb9
commit f2d467d84d
2 changed files with 8 additions and 6 deletions

View File

@@ -7,8 +7,6 @@ my $class_decs = "";
my @name_array;
my $opcode_maxlen = 0;
#
# template definitions for compare, arithmetic, and conditional branch ops
#
# fields are:
#
@@ -20,7 +18,7 @@ my $opcode_maxlen = 0;
# * params: The parameter list expected by the constructor, you can specify a
# default value, using the syntax, [ ("Type = default") ].
#
# class namea will be generated based on the opcode mnemonic. See the
# class names will be generated based on the opcode mnemonic. See the
# subroutine get_classname for the implementation. Basically underscores will
# be removes and the class name will be WordCapped, using the positions where the
# underscores were as word boundries. The only exception occurs when a word is
@@ -28,6 +26,9 @@ my $opcode_maxlen = 0;
# as in BRANCH_GT -> BranchGT.
#
#
# template definitions for compare, arithmetic, and conditional branch ops
#
my $compare_op =
{
super => "Compare",