Merge from mainline.
Since the order that basic blocks are output is
not related to the cfg in general, it is possible
to encounter a use of a gimple temporary before
it is defined even though the definition dominates
all uses.  Handle this rare case by demoting the
temporary to an ordinary variable.  This fixes
PR2264.

llvm-svn: 50984
1 file changed
tree: 08a04794c365f0e0e00cd2f112efbaba94142a32
  1. llvm-gcc-4.2/