remove typed ops
This commit is contained in:
@@ -257,7 +257,7 @@ var run = function() {
|
||||
|
||||
annotation = ""
|
||||
if (kind == "rewritten") {
|
||||
if (search(o_instr[0], "_int") != null || search(o_instr[0], "_float") != null || search(o_instr[0], "_text") != null) {
|
||||
if (o_instr[0] == "concat" && m_instr[0] != "concat") {
|
||||
annotation = "(specialized)"
|
||||
} else {
|
||||
annotation = "(rewritten)"
|
||||
|
||||
Reference in New Issue
Block a user