Commit f5679307 authored by bgeron's avatar bgeron Committed by Commit bot

[turbolizer] Fully parse schedule data.

Fixes bug 5128 in product V8.

R=danno@chromium.org
BUG=

Review-Url: https://codereview.chromium.org/2087813002
Cr-Commit-Position: refs/heads/master@{#37146}
parent 6003ed04
......@@ -76,8 +76,8 @@ class ScheduleView extends TextView {
],
// Parse opcode including []
[
[/^[A-Za-z0-9_]+(\[.+])?$/, NODE_STYLE, -1],
[/^[A-Za-z0-9_]+(\[.+])?/, NODE_STYLE, 3]
[/^[A-Za-z0-9_]+(\[.*\])?$/, NODE_STYLE, -1],
[/^[A-Za-z0-9_]+(\[.*\])?/, NODE_STYLE, 3]
],
// Parse optional parameters
[
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment