Changeset 982f95d for src/GenPoly


Ignore:
Timestamp:
Jun 15, 2018, 5:09:29 PM (6 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
new-env
Children:
97397a26
Parents:
1d7b0a8
Message:

Start of new environment implementation; terribly broken

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/Box.cc

    r1d7b0a8 r982f95d  
    3838#include "Lvalue.h"                      // for generalizedLvalue
    3939#include "Parser/LinkageSpec.h"          // for C, Spec, Cforall, Intrinsic
    40 #include "ResolvExpr/TypeEnvironment.h"  // for EqvClass
    4140#include "ResolvExpr/typeops.h"          // for typesCompatible
    4241#include "ScopedSet.h"                   // for ScopedSet, ScopedSet<>::iter...
     
    592591                        // pass size/align for type variables
    593592                        for ( TyVarMap::const_iterator tyParm = exprTyVars.begin(); tyParm != exprTyVars.end(); ++tyParm ) {
    594                                 ResolvExpr::EqvClass eqvClass;
    595593                                assert( env );
    596594                                if ( tyParm->second.isComplete ) {
Note: See TracChangeset for help on using the changeset viewer.