6 int main(int argc
, char *argv
[])
8 isl_ctx
*ctx
= isl_ctx_alloc();
9 construct_pdg("testshift");
10 PDG
*pdg
= get_pn(ctx
, "testshift");
12 assert(pdg
->dependences
.size() == 3);
14 for (int i
= 0; i
< pdg
->dependences
.size(); ++i
) {
15 if (pdg
->dependences
[i
]->type
== pdg::dependence::pn_shift
)