diff options
author | Christoph Bumiller <[email protected]> | 2011-01-15 14:03:05 +0100 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2011-01-15 14:14:50 +0100 |
commit | 52474d424622c13d7f37f5e954d92d88eefdeac9 (patch) | |
tree | 90c6af9a63aceea6d080abebc82695dc86c50f93 /src/gallium/drivers/nvc0/nvc0_pc.h | |
parent | 1ae982adfd8144d11334895c39aca65dd30ad946 (diff) |
nvc0: make sure all sources of the BIND op are distinct
They're supposed to be assigned consecutive registers so they can't
contain the same SSA value more than once.
Diffstat (limited to 'src/gallium/drivers/nvc0/nvc0_pc.h')
-rw-r--r-- | src/gallium/drivers/nvc0/nvc0_pc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nvc0/nvc0_pc.h b/src/gallium/drivers/nvc0/nvc0_pc.h index 74867f02e72..969cc68c596 100644 --- a/src/gallium/drivers/nvc0/nvc0_pc.h +++ b/src/gallium/drivers/nvc0/nvc0_pc.h @@ -473,6 +473,7 @@ struct nv_pc { }; void nvc0_insn_append(struct nv_basic_block *, struct nv_instruction *); +void nvc0_insn_insert_before(struct nv_instruction *, struct nv_instruction *); void nvc0_insn_insert_after(struct nv_instruction *, struct nv_instruction *); static INLINE struct nv_instruction * |