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 | 5cec5f651fae320adef8d66650851fa86587a88d (patch) | |
| tree | 00bf78eb477e60ecd8329301b3cf7d57200bf238 /lib/Target/Sparc | |
| parent | e6e30350b685bd4c9eddf4a88cb5dac41ee61eb8 (diff) | |
| download | external_llvm-5cec5f651fae320adef8d66650851fa86587a88d.zip external_llvm-5cec5f651fae320adef8d66650851fa86587a88d.tar.gz external_llvm-5cec5f651fae320adef8d66650851fa86587a88d.tar.bz2 | |
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88690 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Sparc')
0 files changed, 0 insertions, 0 deletions
