summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/codegen/nv50_ir.h
diff options
context:
space:
mode:
authorPierre Moreau <pierre.morrow@free.fr>2017-05-06 23:47:22 +0200
committerIlia Mirkin <imirkin@alum.mit.edu>2017-05-07 10:26:36 -0400
commit8fe5949b081e45af504518b6675cc955e32f95f0 (patch)
tree8506558a8f75da65a4bb5698f700d5f87551cd39 /src/gallium/drivers/nouveau/codegen/nv50_ir.h
parentdd7ab4dcb4357ee19bf9f0ec4cdc2f8f3502d5c0 (diff)
nv50/ir: Remove unused translation methods
This code was merged commented out, and has stayed that way ever since. Signed-off-by: Pierre Moreau <pierre.morrow@free.fr> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Diffstat (limited to 'src/gallium/drivers/nouveau/codegen/nv50_ir.h')
-rw-r--r--src/gallium/drivers/nouveau/codegen/nv50_ir.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir.h b/src/gallium/drivers/nouveau/codegen/nv50_ir.h
index de6c1105368..5c09fed05c1 100644
--- a/src/gallium/drivers/nouveau/codegen/nv50_ir.h
+++ b/src/gallium/drivers/nouveau/codegen/nv50_ir.h
@@ -1253,7 +1253,6 @@ public:
inline void add(Value *rval, int& id) { allRValues.insert(rval, id); }
bool makeFromTGSI(struct nv50_ir_prog_info *);
- bool makeFromSM4(struct nv50_ir_prog_info *);
bool convertToSSA();
bool optimizeSSA(int level);
bool optimizePostRA(int level);