summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_llvm.h
diff options
context:
space:
mode:
authorVincent Lejeune <[email protected]>2013-04-13 16:36:02 +0200
committerVincent Lejeune <[email protected]>2013-04-17 17:24:29 +0200
commit2b9ed257c0c4db879970afb2c5981c59ca70c21b (patch)
treedda122ef2a7103dc232c21a2a0c240ddff1e248f /src/gallium/drivers/r600/r600_llvm.h
parent484b89ace99cb34719ff79c6aab1658bb8f3dc79 (diff)
r600g/llvm: Use gprcount from llvm
Diffstat (limited to 'src/gallium/drivers/r600/r600_llvm.h')
-rw-r--r--src/gallium/drivers/r600/r600_llvm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_llvm.h b/src/gallium/drivers/r600/r600_llvm.h
index b5e2af2afed..afc6881d67e 100644
--- a/src/gallium/drivers/r600/r600_llvm.h
+++ b/src/gallium/drivers/r600/r600_llvm.h
@@ -20,6 +20,7 @@ unsigned r600_llvm_compile(
unsigned char ** inst_bytes,
unsigned * inst_byte_count,
enum radeon_family family,
+ unsigned *ngpr,
unsigned dump);
#endif /* defined R600_USE_LLVM || defined HAVE_OPENCL */