[ez] Fixup missing passes in test262-preprocessor

This commit is contained in:
Lauren Tan
2022-12-20 11:13:05 -05:00
parent 9390e969e2
commit 7cf8e9ac42
@@ -20,9 +20,12 @@ module.exports = (test) => {
const { ast } = run(nodePath, {
eliminateRedundantPhi: true,
inferReferenceEffects: true,
inferTypes: true,
inferMutableRanges: true,
leaveSSA: true,
inferReactiveScopeVariables: true,
inferReactiveScopes: true,
inferReactiveScopeDependencies: true,
leaveSSA: true,
codegen: true,
});
codegenText = prettier.format(