Small simplification in ia32 ASM emitter.
[libfirm] / ir / be / ia32 / ia32_address_mode.c
index 6ab862b..cac9938 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.
  *
@@ -90,7 +90,8 @@ static int do_is_immediate(const ir_node *node, int *symconsts, int negate)
                return 1;
        case iro_Add:
        case iro_Sub:
-               /* Add's and Sub's are typically supported as long as both operands are immediates */
+               /* Add's and Sub's are typically supported as long as both operands are
+                * immediates */
                if(bitset_is_set(non_address_mode_nodes, get_irn_idx(node)))
                        return 0;