// // Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo // // The contents of this file are covered under the licence agreement in the // file "LICENCE" distributed with Cforall. // // GcTracer.cc -- // // Author : Aaron B. Moss // Created On : Thu Mar 15 14:47:00 2018 // Last Modified By : Aaron B. Moss // Last Modified On : Thu Mar 15 14:47:00 2018 // Update Count : 1 // #include "GcTracer.h" #include "Expression.h" #include "TypeSubstitution.h" void GcTracer::postvisit( Expression * expr ) { } // Local Variables: // // tab-width: 4 // // mode: c++ // // compile-command: "make install" // // End: //