From e4cf57ef74a4b942ccfe3c217eb9074fcf63a7d1 Mon Sep 17 00:00:00 2001
From: cosmonaut <evan@moonside.games>
Date: Thu, 22 Apr 2021 10:32:29 -0700
Subject: [PATCH] oops

---
 compiler.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler.c b/compiler.c
index 9c02612..cd66052 100644
--- a/compiler.c
+++ b/compiler.c
@@ -708,7 +708,7 @@ int main(int argc, char *argv[])
 
     LLVMPassManagerRef passManager = LLVMCreatePassManager();
 
-    //LLVMAddInstructionCombiningPass(passManager);
+    LLVMAddInstructionCombiningPass(passManager);
     LLVMAddCFGSimplificationPass(passManager);
     LLVMAddReassociatePass(passManager);
     LLVMAddPromoteMemoryToRegisterPass(passManager);