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

« back to all changes in this revision

Viewing changes to isl/isl_union_map_private.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:
3
3
 
4
4
struct isl_union_map {
5
5
        int ref;
6
 
        isl_dim *dim;
 
6
        isl_space *dim;
7
7
 
8
8
        struct isl_hash_table   table;
9
9
};