summaryrefslogtreecommitdiff
path: root/nir.xml
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2015-02-03 10:43:40 -0800
committerJason Ekstrand <jason.ekstrand@intel.com>2015-02-03 10:43:40 -0800
commitba15d6fe2bd75f0760b1025a041dae685a439c49 (patch)
treedf2cfb6de633e6cbf149dd4899883df7ab4f42e8 /nir.xml
parent4eaf7b497e386e08c2bcb7253231c379e78ea4ba (diff)
Use done instead of yes
Diffstat (limited to 'nir.xml')
-rw-r--r--nir.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nir.xml b/nir.xml
index bcc9c50..16e323c 100644
--- a/nir.xml
+++ b/nir.xml
@@ -61,7 +61,7 @@
binary-search if-ladders. It would be nice to be able to do that in
NIR so that NIR's superior alias analysis can be put to good use.
</task>
- <task name="phiCSE" mesa="yes">
+ <task name="phiCSE" mesa="done">
Add phi nodes to the CSE pass.
</task>
<task name="RemovePhi" mesa="no">