source:
src/Common/PassVisitor.cc@
cfcbd03
| Last change on this file since cfcbd03 was b8665e3, checked in by , 7 years ago | |
|---|---|
|
|
| File size: 514 bytes | |
| Rev | Line | |
|---|---|---|
| [675716e] | 1 | // |
| 2 | // Cforall Version 1.0.0 Copyright (C) 2019 University of Waterloo | |
| 3 | // | |
| 4 | // The contents of this file are covered under the licence agreement in the | |
| 5 | // file "LICENCE" distributed with Cforall. | |
| 6 | // | |
| 7 | // PassVisitor.cc -- | |
| 8 | // | |
| 9 | // Author : Thierry Delisle | |
| 10 | // Created On : Fri Mar 03 14:53:53 2019 | |
| 11 | // Last Modified By : | |
| 12 | // Last Modified On : | |
| 13 | // Update Count : | |
| 14 | // | |
| 15 | ||
| 16 | #include "Common/PassVisitor.h" | |
| 17 | ||
| [b8665e3] | 18 | PassVisitorStats pass_visitor_stats; |
| 19 | Stats::Counters::SimpleCounter* BaseSyntaxNode::new_nodes = nullptr; |
Note:
See TracBrowser
for help on using the repository browser.