| commit | 219175c84d0db602fd77084e841f070d4227e230 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Mon Sep 12 23:23:25 2005 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Mon Sep 12 23:23:25 2005 +0000 |
| tree | 1f60f940ff00c4ae85ac0e0cf6234e9da77dd621 | |
| parent | 42a6cefa491061fdaae92e990e4ec62d54274300 [diff] |
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