# HG changeset patch # User LYH # Date 1380194048 -28800 # Node ID 4d285a169b29f2a2d90b6a0cf215380979257490 # Parent 5b49430a5b30faec6385133a6b4ed33b84b8b8ed add comment for function support diff -r 5b49430a5b30 -r 4d285a169b29 libinterp/corefcn/jit-typeinfo.cc --- a/libinterp/corefcn/jit-typeinfo.cc Thu Sep 26 19:14:08 2013 +0800 +++ b/libinterp/corefcn/jit-typeinfo.cc Thu Sep 26 19:14:08 2013 +0800 @@ -753,6 +753,10 @@ jit_function::call (llvm::IRBuilderD& builder, const std::vector& in_args) const { + // FIXME: Unhandled case: + // function ret = lt(x, y) + // ret = x < y; + // endfunction if (! valid ()) throw jit_fail_exception ("Call not implemented");