Ignore:
Timestamp:
Apr 28, 2015, 4:21:36 PM (9 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
42e2ad7
Parents:
ad17ba6a
Message:

fixed sizeof type variable, find lowest cost alternative for sizeof expression, removed unused classes, added compiler flag, remove temporary file for -CFA, formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • translator/Parser/parseutility.cc

    rad17ba6a rbdd516a  
    1 /*
    2  * This file is part of the Cforall project
    3  *
    4  * $Id: parseutility.cc,v 1.2 2005/08/29 20:14:15 rcbilson Exp $
    5  *
    6  */
    7 
    81#include "parseutility.h"
    92#include "SynTree/Type.h"
     
    114
    125
    13 Expression *
    14 notZeroExpr( Expression *orig )
    15 {
     6Expression *notZeroExpr( Expression *orig ) {
    167      UntypedExpr *comparison = new UntypedExpr( new NameExpr( "?!=?" ) );
    178      comparison->get_args().push_back( orig );
Note: See TracChangeset for help on using the changeset viewer.