Skip to content

Commit

Permalink
Really turn off CSE by default
Browse files Browse the repository at this point in the history
  • Loading branch information
aswaterman committed Jan 31, 2014
1 parent 5c3fc63 commit b88b521
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/main/scala/Cpp.scala
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ object CListLookup {
}

class CppBackend extends Backend {
transforms += CSE.transform
val keywords = new HashSet[String]();

override def emitTmp(node: Node): String = {
Expand Down
1 change: 1 addition & 0 deletions src/main/scala/Module.scala
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ object Module {
dontFindCombLoop = false
isGenHarness = false;
isDebug = false;
isCSE = false
isIoDebug = true;
isClockGatingUpdates = false;
isClockGatingUpdatesInline = false;
Expand Down

0 comments on commit b88b521

Please sign in to comment.