summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/link_functions.cpp
diff options
context:
space:
mode:
authorIan Romanick <[email protected]>2016-08-31 18:42:34 -0700
committerIan Romanick <[email protected]>2016-10-04 16:53:31 -0700
commitbb290b5679745e3b7f84dd14174aae6688ab4cac (patch)
tree12893efd4085b812e90900cadaaf08467e7795b7 /src/compiler/glsl/link_functions.cpp
parentacfcc7bbfac132b0c362819d7c734ef80cae289e (diff)
glsl: Remove ir_function_signature::_is_intrinsic field
text data bss dec hex filename 6036491 283160 28608 6348259 60dde3 lib64/i965_dri.so before 6036395 283160 28608 6348163 60dd83 lib64/i965_dri.so after Signed-off-by: Ian Romanick <[email protected]> Acked-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/compiler/glsl/link_functions.cpp')
-rw-r--r--src/compiler/glsl/link_functions.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/glsl/link_functions.cpp b/src/compiler/glsl/link_functions.cpp
index 3b669cc9203..56d2933ff82 100644
--- a/src/compiler/glsl/link_functions.cpp
+++ b/src/compiler/glsl/link_functions.cpp
@@ -161,7 +161,6 @@ public:
linked_sig->replace_parameters(&formal_parameters);
- linked_sig->_is_intrinsic = sig->_is_intrinsic;
linked_sig->intrinsic_id = sig->intrinsic_id;
if (sig->is_defined) {