X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopyheur3.c;h=eb0e0f4e52af1aeb009aa7980bd9f457696ee70f;hb=e5b57877b6db678ba428e3cbc01cbcc0815922f9;hp=d8de8b2af31a424df10d1fff5678fe5c9876217c;hpb=31636543e37dbecfb9b33664a1eb981d01f71ab8;p=libfirm diff --git a/ir/be/becopyheur3.c b/ir/be/becopyheur3.c index d8de8b2af..eb0e0f4e5 100644 --- a/ir/be/becopyheur3.c +++ b/ir/be/becopyheur3.c @@ -28,6 +28,8 @@ #include "config.h" #endif +#ifdef WITH_JVM + #include #include @@ -237,3 +239,5 @@ int co_solve_heuristic_java(copy_opt_t *co) bitset_free(nodes); return 0; } + +#endif