Commit 0e275ec1 authored by 肖越易's avatar 肖越易
Browse files

sudo-opt

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -33,7 +33,7 @@ public class Compiler {
new ConstantFold(functions);
MyModule.myModule.toMidOut(functions, "llvm.ll");
if (arg.isSpeed()) {
if (true) {
// 性能模式
new MidPassManager(functions);
}
......
Supports Markdown
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