summaryrefslogtreecommitdiff
path: root/tangle/LLBM/call_tag.h
blob: fe559efa10c4205cb15bc119a809278355fb86a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

namespace tag {

struct call_by_cell_id { };
struct call_by_list_index { };
struct call_by_spatial_cell_mask { };

struct post_process_by_list_index { };
struct post_process_by_spatial_cell_mask { };

}