Get rid of an unnecessary debug statement.
--HG-- extra : convert_revision : 0b306dd96f5358474ad6a8bf4a949c12bcd139cd
This commit is contained in:
parent
20ec77fdc1
commit
640ab1d2e7
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ let {{
|
|||
# This function specializes the given piece of code to use a particular
|
||||
# set of argument types described by "opTypes".
|
||||
def specializeInst(Name, opTypes, env):
|
||||
print "Specializing %s with opTypes %s" % (Name, opTypes)
|
||||
# print "Specializing %s with opTypes %s" % (Name, opTypes)
|
||||
while len(opTypes):
|
||||
# Parse the operand type string we're working with
|
||||
opType = OpType(opTypes[0])
|
||||
|
|
Loading…
Reference in a new issue