aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main.cpp b/src/main.cpp
index a0984cbd7..578b59121 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -128,10 +128,10 @@ int main(int argc, char **argv) {
exit_code = win32_exec_command_line_app(
// "../misc/llvm-bin/opt %s -o %.*s.bc "
"opt %s -o %.*s.bc "
- // "-memcpyopt "
- // "-mem2reg "
- // "-die -dse "
- // "-dce "
+ "-memcpyopt "
+ "-mem2reg "
+ "-die -dse "
+ "-dce "
// "-S "
// "-debug-pass=Arguments "
"",