BugFix: works again for RAW with non twos-complement
[libfirm] / ir / ir / pseudo_irg.c
index 32731a3..0a75862 100644 (file)
@@ -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.
  *
  * PURPOSE.
  */
 
-/* -*- c -*- */
-
-/*
- * Project:     libFIRM
- * File name:   ir/external/pseudo_irg.c
- * Purpose:     implementation
- * Author:      G"otz Lindenmaier
- * Modified by: Boris Boesler
- * Created:     xx.10.2004
- * CVS-ID:      $Id$
- * Copyright:   (c) 1999-2004 Universität Karlsruhe
+/**
+ * @file
+ * @brief    pseudo irg implementation
+ * @author   Goetz Lindenmaier, Boris Boesler
+ * @date     Oktober 2004
+ * @version  $Id$
  */
-
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif