Ignore:
Timestamp:
Jul 26, 2022, 10:15:26 AM (15 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, master, pthread-emulation
Children:
e8616b6
Parents:
ffec1bf
Message:

Clean-up the new specialize pass. (Especially the cruft from the hand-off.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/Specialize.h

    rffec1bf r5cf1228  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // Specialize.h --
     7// Specialize.h -- Generate thunks to specialize polymorphic functions.
    88//
    99// Author           : Richard C. Bilson
     
    1717
    1818#include <list>  // for list
    19 #include "AST/TranslationUnit.hpp"
    2019
    2120class Declaration;
     21namespace ast {
     22        class TranslationUnit;
     23}
    2224
    2325namespace GenPoly {
Note: See TracChangeset for help on using the changeset viewer.