BugFix:
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 26 Aug 2005 12:17:55 +0000 (12:17 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 26 Aug 2005 12:17:55 +0000 (12:17 +0000)
commit1442b8d9de51a3b6836a4ac06c0078161bd77b33
treeecdb59a839cf3e7ac3b34c0bc51d0e2acf2395cc
parentff91d3ca1053b9409de7713276a2a6efd5c75da8
BugFix:
  new_rd_*() functions that call optimize_node() did not
  work if current_ir_graph was not set!
  So, the current_ir_graph is now set and restored.
  Moreover, to speed up the default new_*() and new_d_*()
  cases, new_bd_*() functions have been introduced which use
  current_ir_graph, but not current_block and replace
  the use of _rd_ functions in the comfortable i/f

[r6509]
ir/ir/ircons.c