summaryrefslogtreecommitdiff
path: root/main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'main.hs')
-rw-r--r--main.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.hs b/main.hs
index ca953a8..c7961ab 100644
--- a/main.hs
+++ b/main.hs
@@ -53,8 +53,8 @@ main = do
putStrLn $ pshow checked
llvmMod <- either die return $ codegen checked "Module" fname
- putStrLn "Module:"
- print llvmMod
+ -- putStrLn "Module:"
+ -- print llvmMod
putStrLn "Calling withContext:"
General.withContext $ \context -> do