summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/BranchFolding.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-11-13 20:36:40 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-11-13 20:36:40 +0000
commitd190b8216f5a12eaa3ba0f34238fe08e26de1765 (patch)
tree1f5648b76819f8a60431a47cc5ddc1d402db04b4 /llvm/lib/CodeGen/BranchFolding.cpp
parentbdd124036d7c14391d5c0d8eb08ac89f079af638 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud