* Updated header: Added 2006. Changed address of FSF. Changed email
[cacao.git] / src / vm / jit / loop / analyze.h
index 75bc98eb424474851c6ad49bc8da983de1da4f6f..1e8cbb2238b87b42725208c8816a6545e7a0b80d 100644 (file)
@@ -1,9 +1,9 @@
-/* jit/loop/analyze.h - bound check removal header
+/* vm/jit/loop/analyze.h - bound check removal header
 
-   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
-   R. Grafl, A. Krall, C. Kruegel, C. Oates, R. Obermaisser,
-   M. Probst, S. Ring, E. Steiner, C. Thalinger, D. Thuernbeck,
-   P. Tomsich, J. Wenninger
+   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
 
    This file is part of CACAO.
 
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA.
 
-   Contact: cacao@complang.tuwien.ac.at
+   Contact: cacao@cacaojvm.org
 
    Authors: Christian Thalinger
 
-   $Id: analyze.h 1531 2004-11-17 20:45:56Z christian $
+   $Id: analyze.h 4357 2006-01-22 23:33:38Z twisti $
 
 */
 
@@ -34,8 +34,8 @@
 #ifndef _ANALYZE_H
 #define _ANALYZE_H
 
-#include "global.h"
-#include "jit/loop/loop.h"
+#include "vm/global.h"
+#include "vm/jit/loop/loop.h"
 
 
 void optimize_loops(methodinfo *m, codegendata *cd, loopdata *ld);