commit | fd908ce234d1f553b59d65afb7e4243ffee24018 | [log] [tgz] |
---|---|---|
author | Zack Rusin <zack@tungstengraphics.com> | Mon Oct 29 11:42:22 2007 -0400 |
committer | Zack Rusin <zack@tungstengraphics.com> | Tue Oct 30 05:15:05 2007 -0400 |
tree | fcddc5e5d93a2c45d90d4bb31172e1a302d1aa94 | |
parent | b0f3b5910ebd0737600ab7b1fdc135d74f2617f4 [diff] |
Change the way we handle temporaries in LLVM translation. TGSI uses TEMP, among others, as a way of passing arguments from one function to another. Instead of trying to figure out which temp's a function needs and trying to dynamically adjust its signature just pass the whole array of temporaries to them.