diff options
author | Jason Ekstrand <[email protected]> | 2016-04-14 10:35:37 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-04-14 10:35:40 -0700 |
commit | 769b5614f85992c333fa87f4faf23656da439d48 (patch) | |
tree | 2cda44a084887a2332683c48f612d55fce911b29 /src/compiler | |
parent | c34be07230ef98d5021f0bdc88c3b0bc804ee2dd (diff) |
nir/opt_algebraic: Remove the encoding line
This is an unneeded diff between the vulkan and master branches
Diffstat (limited to 'src/compiler')
-rw-r--r-- | src/compiler/nir/nir_opt_algebraic.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/nir/nir_opt_algebraic.py b/src/compiler/nir/nir_opt_algebraic.py index dd41931b345..8f08e6b1341 100644 --- a/src/compiler/nir/nir_opt_algebraic.py +++ b/src/compiler/nir/nir_opt_algebraic.py @@ -1,5 +1,4 @@ #! /usr/bin/env python -# -*- encoding: utf-8 -*- # # Copyright (C) 2014 Intel Corporation # |