Color Mux and Psi nodes gold
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 23 Mar 2006 12:58:06 +0000 (12:58 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 23 Mar 2006 12:58:06 +0000 (12:58 +0000)
[r7512]

ir/ir/irdump.c

index c517b6d..7987953 100644 (file)
@@ -1080,6 +1080,10 @@ static void dump_node_vcgattr(FILE *F, ir_node *node, ir_node *local, int bad)
   case iro_Phi:
     print_vcg_color(F, ird_color_green);
     break;
+  case iro_Mux:
+  case iro_Psi:
+    print_vcg_color(F, ird_color_gold);
+    break;
   case iro_Const:
   case iro_Proj:
   case iro_Filter: