RESOLVED FIXED 103005
dumpOperands() claims that it needs a non-const Operands& when that is completely false
https://bugs.webkit.org/show_bug.cgi?id=103005
Summary dumpOperands() claims that it needs a non-const Operands& when that is comple...
Filip Pizlo
Reported 2012-11-21 18:37:44 PST
There is some nasty const-casting being done, when it's completely unnecessary. The non-const variant of dumpOperands() should just be removed.
Attachments
the patch (1.68 KB, patch)
2012-11-21 18:41 PST, Filip Pizlo
eric.carlson: review+
Filip Pizlo
Comment 1 2012-11-21 18:41:56 PST
Created attachment 175564 [details] the patch
Filip Pizlo
Comment 2 2012-11-21 19:06:23 PST
Note You need to log in before you can comment on or make changes to this bug.