Rename $ktrunc to $kreceive
[bpt/guile.git] / module / language / cps / effects-analysis.scm
index 9db88b7..46c7e88 100644 (file)
@@ -1,6 +1,6 @@
 ;;; Effects analysis on CPS
 
-;; Copyright (C) 2011, 2012, 2013 Free Software Foundation, Inc.
+;; Copyright (C) 2011, 2012, 2013, 2014 Free Software Foundation, Inc.
 
 ;;;; This library is free software; you can redistribute it and/or
 ;;;; modify it under the terms of the GNU Lesser General Public
          (match (lookup-cont (cfa-k-sym cfa n) (dfg-cont-table dfg))
            (($ $kargs names syms body)
             (expression-effects (find-expression body) dfg))
-           (($ $ktrunc arity kargs)
+           (($ $kreceive arity kargs)
             (match arity
               (($ $arity _ () #f () #f) (cause &type-check))
               (($ $arity () () _ () #f) (cause &allocation))