X-Git-Url: http://plrg.eecs.uci.edu/git/?p=satune.git;a=blobdiff_plain;f=src%2FAST%2Felement.h;h=da9b994e7df39219659b087c2631d9d7ff39c99b;hp=986e380e0f03c9eb83ae1f299d4e3b95dc8abbcd;hb=487b405f45bfc928a981a2b3613c08f26cf4a9e5;hpb=97bf419957f74ae90692570a887235ec46ed4664 diff --git a/src/AST/element.h b/src/AST/element.h index 986e380..da9b994 100644 --- a/src/AST/element.h +++ b/src/AST/element.h @@ -9,20 +9,20 @@ //FIXME:TALK ABOUT ELEMENT struct Element { - ElementType type; + ElementType type; }; struct ElementSet { - Element base; - Set * set; - ElementEncoding * encoding; + Element base; + Set * set; + ElementEncoding * encoding; }; -struct ElementFunction{ - Element base; - Function * function; - VectorElement* Elements; - Boolean * overflowstatus; +struct ElementFunction { + Element base; + Function * function; + VectorElement* Elements; + Boolean * overflowstatus; }; Element * allocElementSet(Set *s);