X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fvm%2Fjit%2Fallocator%2Fsimplereg.h;h=1e56a8225ca085bdd4ac9f2a31b5a1be2e7527c2;hb=ac822cd13dc1a39b128ec99771972139fabbb3a1;hp=e7f2c44e7ecb38fc6f41aa2efbfbd52dc451f8bf;hpb=aa2110ef89fb3e69c7f4d1da2d73491d3186b58c;p=cacao.git diff --git a/src/vm/jit/allocator/simplereg.h b/src/vm/jit/allocator/simplereg.h index e7f2c44e7..1e56a8225 100644 --- a/src/vm/jit/allocator/simplereg.h +++ b/src/vm/jit/allocator/simplereg.h @@ -1,9 +1,7 @@ /* src/vm/jit/allocator/simplereg.h - register allocator header - Copyright (C) 1996-2005, 2006 R. Grafl, A. Krall, C. Kruegel, - C. Oates, R. Obermaisser, M. Platter, M. Probst, S. Ring, - E. Steiner, C. Thalinger, D. Thuernbeck, P. Tomsich, C. Ullrich, - J. Wenninger, Institut f. Computersprachen - TU Wien + Copyright (C) 1996-2005, 2006, 2008 + CACAOVM - Verein zur Foerderung der freien virtuellen Maschine CACAO This file is part of CACAO. @@ -22,12 +20,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - Contact: cacao@cacaojvm.org - - Authors: Christian Thalinger - - Changes: Christian Ullrich - */ @@ -40,18 +32,26 @@ #include "arch.h" #include "vm/jit/codegen-common.h" -#include "vm/jit/jit.h" +#include "vm/jit/jit.hpp" #include "vm/jit/inline/inline.h" /* function prototypes ********************************************************/ +#ifdef __cplusplus +extern "C" { +#endif + bool regalloc(jitdata *jd); #if defined(ENABLE_STATISTICS) void simplereg_make_statistics(jitdata *jd); #endif +#ifdef __cplusplus +} +#endif + #endif /* _SIMPLE_REG_H */