diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-11-13 20:36:40 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-11-13 20:36:40 +0000 |
commit | d190b8216f5a12eaa3ba0f34238fe08e26de1765 (patch) | |
tree | 1f5648b76819f8a60431a47cc5ddc1d402db04b4 /llvm/lib/CodeGen/BranchFolding.cpp | |
parent | bdd124036d7c14391d5c0d8eb08ac89f079af638 (diff) | |
download | bcm5719-llvm-d190b8216f5a12eaa3ba0f34238fe08e26de1765.tar.gz bcm5719-llvm-d190b8216f5a12eaa3ba0f34238fe08e26de1765.zip |
Fix PR5410: LiveVariables lost subreg def:
D0<def,dead> = ...
...
= S0<use, kill>
S0<def> = ...
...
D0<def> =
The first D0 def is correctly marked dead, however, livevariables should have
added an implicit def of S0 or we end up with a use without a def.
llvm-svn: 88690
Diffstat (limited to 'llvm/lib/CodeGen/BranchFolding.cpp')
0 files changed, 0 insertions, 0 deletions