Split up the code that finds the underlying storage for a
commitfd5cac554ee21375af3188cea44cde242db54152
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 11 Dec 2004 05:17:31 +0000 (10 22:17 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:05:59 +0000 (7 21:05 -0700)
treec5675be365761283bf2285fe2e54aaaafe70a962
parent1560cae726dbcf49e1da34080cfa6680a9732f79
Split up the code that finds the underlying storage for a
pseudo into a routine of its own.

Cleaner and more readable.

This also allows us to be a lot better at the "generic"
inputs (aka gcc "g" specifier), since it can now just look
up the storage instead of having to load it into a register.
example.c