summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2015-02-23 13:25:23 -0800
committerJason Ekstrand <jason.ekstrand@intel.com>2015-02-23 13:25:23 -0800
commitae2a49d29c01b70bea3e89b8b8d4bfd87c95f70c (patch)
tree676517a61ab51ee44c3cfd6f77e7014b5ca99ccb
parentd18c5400fed2cd6d952e51cc70397d21ecd931b6 (diff)
Actually check off GCM
-rw-r--r--nir.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nir.xml b/nir.xml
index bb8c128..e882811 100644
--- a/nir.xml
+++ b/nir.xml
@@ -45,7 +45,7 @@
</task>
</category>
<category name="Optimization and Analysis Passes">
- <task name="GCM" mesa="yew">
+ <task name="GCM" mesa="yes">
Implement a Global Code Motion pass.
</task>
<task name="GVN" mesa="no">