P4C
The P4 Compiler
Loading...
Searching...
No Matches
create_thread_local_instances.h
1
19#ifndef BF_P4C_PHV_CREATE_THREAD_LOCAL_INSTANCES_H_
20#define BF_P4C_PHV_CREATE_THREAD_LOCAL_INSTANCES_H_
21
22#include "ir/ir.h"
23#include "ir/pass_manager.h"
24
32struct CreateThreadLocalInstances : public PassManager {
34};
35
36#endif /* BF_P4C_PHV_CREATE_THREAD_LOCAL_INSTANCES_H_ */
Definition create_thread_local_instances.h:32