Implement a simple xform to turn code like this:

  if () { store A -> P; } else { store B -> P; }

into a PHI node with one store, in the most trival case.  This implements
load.ll:test10.

llvm-svn: 23324
1 file changed
tree: 1f60f940ff00c4ae85ac0e0cf6234e9da77dd621
  1. llvm/