fix time measureing in chordal_regalloc
[libfirm] / ir / be / begnuas.h
index 8f350fa..bffd756 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.
  *
@@ -49,7 +49,8 @@ typedef enum section_t {
 typedef enum asm_flavour_t {
        GAS_FLAVOUR_NORMAL = 0,  /**< normal gas (ELF) */
        GAS_FLAVOUR_MINGW  = 1,  /**< MinGW variant (no-ELF) */
-       GAS_FLAVOUR_MAX    = 2
+       GAS_FLAVOUR_YASM   = 2,  /**< YASM GNU parser */
+       GAS_FLAVOUR_MAX    = 3
 } be_gas_flavour_t;
 
 /** The variable where the GAS dialect is stored. */