Skip to content

Commit 07b504c

Browse files
Remove lifted-core option from the showIR dropdown (#66)
1 parent 6e52f42 commit 07b504c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,13 @@
124124
"none",
125125
"source",
126126
"core",
127-
"lifted-core",
128127
"machine",
129128
"target"
130129
],
131130
"enumDescriptions": [
132131
"Disable showing intermediate representation.",
133132
"Show source tree after parsing.",
134133
"Show the core intermediate representation after capability-passing transformation.",
135-
"Show the core intermediate representation after lift inference.",
136134
"Show the machine representation.",
137135
"Show the generated code in the target language."
138136
]

0 commit comments

Comments
 (0)