Mark the backing store storage dead when marking a pseudo dead.
commit40cccfe627575f2ccb6f34c9729fa9fb37fcf426
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 11 Dec 2004 19:14:42 +0000 (11 12:14 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:06:00 +0000 (7 21:06 -0700)
tree51e7e8e73960979c9af08ceda79dd142a08d7478
parent95237be67643ec945a6e2f30132d012db00cda94
Mark the backing store storage dead when marking a pseudo dead.

This allows us to mark a register dead when we load it from dead
backing store.

NOTE! This all sounds nonsensical, but we mark things "dead" _before_
the last use, not after. So dead means not that it's gone, it means
that this use is the last one.
example.c
storage.h