repo.or.cz
/
pet.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pet.cc: update to CompilerInvocation::setLangDefaults taking 5 arguments
[pet.git]
/
isl_id_to_pet_expr.h
blob
0645d4659da1102d54d80826d4e9901a6aeed409
1
#ifndef ISL_ID_TO_PET_EXPR_H
2
#define ISL_ID_TO_PET_EXPR_H
3
4
#include <isl/id.h>
5
#include
"expr.h"
6
#include
"maybe_pet_expr.h"
7
8
#define ISL_KEY isl_id
9
#define ISL_VAL pet_expr
10
#define ISL_HMAP_SUFFIX isl_id_to_pet_expr
11
#define ISL_HMAP isl_id_to_pet_expr
12
#include <isl/hmap.h>
13
#undef ISL_KEY
14
#undef ISL_VAL
15
#undef ISL_HMAP_SUFFIX
16
#undef ISL_HMAP
17
18
#endif