Fix cast instruction generation
commita0962f7893fe8c7ce36ce8b03952335cb5152b54
authorLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 24 Apr 2008 21:45:43 +0000 (24 14:45 -0700)
committerJosh Triplett <josh@freedesktop.org>
Fri, 25 Apr 2008 02:23:18 +0000 (24 19:23 -0700)
tree55cbabd8f2646321117716478190629b833f1c8d
parent32dd96be4de207b09559d9b71c4cd6f7cb0cb4e2
Fix cast instruction generation

Whether it's a sign-extending cast or not depends on the source
of the cast, not destination. The final size of the cast depends
on the destination, of course.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
linearize.c