From: Michael D. Adams Date: Thu, 5 Jul 2007 17:07:03 +0000 (+0000) Subject: Added comment to the Cmm parser showing code for use one CPS is enabled X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=22bb0627eef97a57f9d915e04fa695e4e7552968;p=ghc-hetmet.git Added comment to the Cmm parser showing code for use one CPS is enabled --- diff --git a/compiler/cmm/CmmParse.y b/compiler/cmm/CmmParse.y index da80702..23f9880 100644 --- a/compiler/cmm/CmmParse.y +++ b/compiler/cmm/CmmParse.y @@ -866,6 +866,7 @@ foreignCall conv_string results_code expr_code args_code vols safety results <- sequence results_code expr <- expr_code args <- sequence args_code + --code (stmtC (CmmCall (CmmForeignCall expr convention) results args safety)) case convention of -- Temporary hack so at least some functions are CmmSafe CmmCallConv -> code (stmtC (CmmCall (CmmForeignCall expr convention) results args safety))