RESOLVED INVALID 150527
Get rid of the $ syntax in the pattern matcher
https://bugs.webkit.org/show_bug.cgi?id=150527
Summary Get rid of the $ syntax in the pattern matcher
Filip Pizlo
Reported 2015-10-23 19:27:18 PDT
If you want a specific constant (like "$0"), then you can write the constant without any prefix (like "0"). If you want to match some constant, then maybe the pattern matcher doesn't need to help you - you could just do it in the C++ code.
Attachments
Filip Pizlo
Comment 1 2015-11-11 10:49:06 PST
We got rid of the pattern matcher.
Note You need to log in before you can comment on or make changes to this bug.