X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbejavacoal.c;h=95b4ea41c490eb73a06305ff33e378e707147cac;hb=dd4cd761ab637d4488c7e29f49843b1b02366acf;hp=97a28a2c5c5f190442bac072afdf42e1886cd042;hpb=2e271faaafe644ec1897a2bd79ce3226059c6278;p=libfirm diff --git a/ir/be/bejavacoal.c b/ir/be/bejavacoal.c index 97a28a2c5..95b4ea41c 100644 --- a/ir/be/bejavacoal.c +++ b/ir/be/bejavacoal.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -27,8 +27,8 @@ #include "config.h" #endif -#include -#include +#include "lc_opts.h" +#include "lc_opts_enum.h" #ifdef _WIN32 #include @@ -439,59 +439,6 @@ void be_java_coal_start_jvm(void) #else /* ! WITH_JVM */ -be_java_coal_t *be_java_coal_init(const char *graph_name, int n_nodes, int n_regs, int dbg_level) -{ - assert(0 && "use --enable-jvm"); - return NULL; -} - -void be_java_coal_destroy(be_java_coal_t *c) -{ - assert(0 && "use --enable-jvm"); -} - - -void be_java_coal_add_int_edge(be_java_coal_t *c, int n, int m) -{ - assert(0 && "use --enable-jvm"); -} - -void be_java_coal_add_aff_edge(be_java_coal_t *c, int n, int m, int weight) -{ - assert(0 && "use --enable-jvm"); -} - -void be_java_coal_set_color(be_java_coal_t *c, int n, int col) -{ - assert(0 && "use --enable-jvm"); -} - -void be_java_coal_set_debug(be_java_coal_t *c, int n, const char *dbg) -{ - assert(0 && "use --enable-jvm"); -} - -void be_java_coal_forbid_color(be_java_coal_t *c, int n, int col) -{ - assert(0 && "use --enable-jvm"); -} - -void be_java_coal_coalesce(be_java_coal_t *c) -{ - assert(0 && "use --enable-jvm"); -} - -void be_java_coal_dump(be_java_coal_t *c, const char *fn) -{ - assert(0 && "use --enable-jvm"); -} - -int be_java_coal_get_color(be_java_coal_t *c, int n) -{ - assert(0 && "use --enable-jvm"); - return -1; -} - void be_java_coal_start_jvm(void) { }