aboutsummaryrefslogtreecommitdiff
path: root/Tools/CodeGen/Kranc.m
diff options
context:
space:
mode:
authorBarry Wardell <barry.wardell@gmail.com>2011-03-03 23:40:57 +0100
committerBarry Wardell <barry.wardell@gmail.com>2011-03-16 17:44:03 +0100
commit1f9650ff6b63a1e75b5279e1f5e308fbeb8e82c6 (patch)
tree334726df0043119b94f08d453234f28f87c09653 /Tools/CodeGen/Kranc.m
parentb455f101396e5538e6f64d263e925b2c3b94000d (diff)
Improved common subexpression elimination support.
Diffstat (limited to 'Tools/CodeGen/Kranc.m')
-rw-r--r--Tools/CodeGen/Kranc.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/CodeGen/Kranc.m b/Tools/CodeGen/Kranc.m
index 87324cd..bd2c9c7 100644
--- a/Tools/CodeGen/Kranc.m
+++ b/Tools/CodeGen/Kranc.m
@@ -71,9 +71,9 @@ ThornOptions =
ZeroDimensions -> {},
UseLoopControl -> False,
UseVectors -> False,
- UseCSE -> False,
ProhibitAssignmentToGridFunctionsRead -> False,
- IncludeFiles -> {}};
+ IncludeFiles -> {},
+ CSE -> False};
(* Thorn.m *)