X-Git-Url: http://plrg.eecs.uci.edu/git/?p=satune.git;a=blobdiff_plain;f=src%2FAST%2Ffunction.h;h=65a4b29fe3607bc75774808ac65ce4e990b06685;hp=459f0b55d3b3c8ee1c2195b7ef173f048d27cac0;hb=c5aa88ae6e416bd79459c619b2a30bf565c50ac0;hpb=561b93dec85db0c90426345c0dc669fe3de2d4f7 diff --git a/src/AST/function.h b/src/AST/function.h index 459f0b5..65a4b29 100644 --- a/src/AST/function.h +++ b/src/AST/function.h @@ -4,6 +4,7 @@ #include "mymemory.h" #include "ops.h" #include "structs.h" + struct Function { ArithOp op; VectorSet* domains;