Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-12619-928705
Compiler2022-CBias
Commits
432260f3
Commit
432260f3
authored
2 years ago
by
LIINXK
Browse files
Options
Download
Patches
Plain Diff
摆烂版
parent
b6a2b68c
submit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/passes/PassManager.java
+2
-2
src/passes/PassManager.java
with
2 additions
and
2 deletions
+2
-2
src/passes/PassManager.java
+
2
−
2
View file @
432260f3
...
...
@@ -47,8 +47,8 @@ public class PassManager {
// basicOptimize(module);
// Merge Add Instructions
run
(
AddInstMerge
.
class
,
module
);
basicOptimize
(
module
);
//
run(AddInstMerge.class, module);
//
basicOptimize(module);
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets