~ubuntu-branches/ubuntu/trusty/cloog/trusty

« back to all changes in this revision

Viewing changes to isl/include/isl/aff_type.h

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-12-15 18:39:17 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20111215183917-uqggmujou8wna9js
Tags: 0.17.0-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
struct isl_pw_aff;
8
8
typedef struct isl_pw_aff isl_pw_aff;
9
9
 
 
10
struct isl_multi_aff;
 
11
typedef struct isl_multi_aff isl_multi_aff;
 
12
 
 
13
struct isl_pw_multi_aff;
 
14
typedef struct isl_pw_multi_aff isl_pw_multi_aff;
 
15
 
10
16
#endif