Matthias Boehm created SYSTEMML-2388:
----------------------------------------

             Summary: Compilation failure functions without return clause
                 Key: SYSTEMML-2388
                 URL: https://issues.apache.org/jira/browse/SYSTEMML-2388
             Project: SystemML
          Issue Type: Task
            Reporter: Matthias Boehm


The IPA rewrite for inlining small functions currently leads to a invalid hops 
in case of special cases of no returns and remaining transient writes from 
previous sequence of statement blocks that are combined into a single block.

{code}
foo = function (String msg) {
    verbose = FALSE
    if (verbose)
        print(msg)
}

foo("This is an test error message.")
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to