summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_algebraic.py
diff options
context:
space:
mode:
authorIan Romanick <[email protected]>2019-06-25 10:04:21 -0700
committerIan Romanick <[email protected]>2019-06-28 18:56:19 -0700
commit57704b8d225a6201de71c285b080fd42f45919a2 (patch)
tree4b4693434c6912bf140cff5002981861ece7e589 /src/compiler/nir/nir_algebraic.py
parentf8fca4fe611de875fbac379430237e47ce054460 (diff)
nir/algebraic: Fix whitespace error
Trivial Reviewed-by: Connor Abbott <[email protected]> Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'src/compiler/nir/nir_algebraic.py')
-rw-r--r--src/compiler/nir/nir_algebraic.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/nir/nir_algebraic.py b/src/compiler/nir/nir_algebraic.py
index aa4e9778a43..4600b812a0c 100644
--- a/src/compiler/nir/nir_algebraic.py
+++ b/src/compiler/nir/nir_algebraic.py
@@ -1161,7 +1161,6 @@ ${pass_name}(nir_shader *shader)
}
""")
-
class AlgebraicPass(object):
def __init__(self, pass_name, transforms):