diff options
Diffstat (limited to 'src/compiler/nir')
-rw-r--r-- | src/compiler/nir/nir_algebraic.py | 1 | ||||
-rw-r--r-- | src/compiler/nir/nir_builder_opcodes_h.py | 1 | ||||
-rw-r--r-- | src/compiler/nir/nir_constant_expressions.py | 1 | ||||
-rw-r--r-- | src/compiler/nir/nir_opcodes.py | 1 | ||||
-rw-r--r-- | src/compiler/nir/nir_opcodes_c.py | 1 | ||||
-rw-r--r-- | src/compiler/nir/nir_opcodes_h.py | 1 | ||||
-rw-r--r-- | src/compiler/nir/nir_opt_algebraic.py | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/src/compiler/nir/nir_algebraic.py b/src/compiler/nir/nir_algebraic.py index 8c7fbc81947..d6784df004e 100644 --- a/src/compiler/nir/nir_algebraic.py +++ b/src/compiler/nir/nir_algebraic.py @@ -1,4 +1,3 @@ -#! /usr/bin/env python # # Copyright (C) 2014 Intel Corporation # diff --git a/src/compiler/nir/nir_builder_opcodes_h.py b/src/compiler/nir/nir_builder_opcodes_h.py index 42eb6e0b097..bdabe578ce2 100644 --- a/src/compiler/nir/nir_builder_opcodes_h.py +++ b/src/compiler/nir/nir_builder_opcodes_h.py @@ -1,4 +1,3 @@ -#! /usr/bin/env python template = """\ /* Copyright (C) 2015 Broadcom diff --git a/src/compiler/nir/nir_constant_expressions.py b/src/compiler/nir/nir_constant_expressions.py index 273d6ce6a78..3da20fd503b 100644 --- a/src/compiler/nir/nir_constant_expressions.py +++ b/src/compiler/nir/nir_constant_expressions.py @@ -1,4 +1,3 @@ -#! /usr/bin/python2 def type_has_size(type_): return type_[-1:].isdigit() diff --git a/src/compiler/nir/nir_opcodes.py b/src/compiler/nir/nir_opcodes.py index b116fcffcc7..8cad74832a6 100644 --- a/src/compiler/nir/nir_opcodes.py +++ b/src/compiler/nir/nir_opcodes.py @@ -1,4 +1,3 @@ -#! /usr/bin/env python # # Copyright (C) 2014 Connor Abbott # diff --git a/src/compiler/nir/nir_opcodes_c.py b/src/compiler/nir/nir_opcodes_c.py index 7049c5be676..5f8bdc12a07 100644 --- a/src/compiler/nir/nir_opcodes_c.py +++ b/src/compiler/nir/nir_opcodes_c.py @@ -1,4 +1,3 @@ -#! /usr/bin/env python # # Copyright (C) 2014 Connor Abbott # diff --git a/src/compiler/nir/nir_opcodes_h.py b/src/compiler/nir/nir_opcodes_h.py index be15a96d236..c9538e4e957 100644 --- a/src/compiler/nir/nir_opcodes_h.py +++ b/src/compiler/nir/nir_opcodes_h.py @@ -1,4 +1,3 @@ -#! /usr/bin/env python template = """\ /* Copyright (C) 2014 Connor Abbott diff --git a/src/compiler/nir/nir_opt_algebraic.py b/src/compiler/nir/nir_opt_algebraic.py index d3eaa1f1f2c..f60c338b624 100644 --- a/src/compiler/nir/nir_opt_algebraic.py +++ b/src/compiler/nir/nir_opt_algebraic.py @@ -1,4 +1,3 @@ -#! /usr/bin/env python # # Copyright (C) 2014 Intel Corporation # |