| commit | 99ff76212a0b38ceae924b3a739a8cc6a132624a | [log] [tgz] |
|---|---|---|
| author | Devang Patel <dpatel@apple.com> | Tue Sep 21 20:56:33 2010 +0000 |
| committer | Devang Patel <dpatel@apple.com> | Tue Sep 21 20:56:33 2010 +0000 |
| tree | ba3d18ba795ac19d545e0fe14ebe09305bc9839d | |
| parent | 2f07563f47d95170d442072bf81c36bf7cd6a1d7 [diff] |
If only user of a vreg is an copy instruction to export copy of vreg out of current basic block then insert DBG_VALUE so that debug value of the variable is also transfered to new vreg. Testcase is in r114476. This fixes radar 8412415. llvm-svn: 114478