Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
Loading...
Searching...
No Matches
IRFunction.h
Go to the documentation of this file.
1#ifndef PROTEUS_FRONTEND_IR_FUNCTION_H
2#define PROTEUS_FRONTEND_IR_FUNCTION_H
3
4namespace proteus {
5
9class IRFunction {
10public:
11 virtual ~IRFunction() = default;
12};
13
14} // namespace proteus
15
16#endif // PROTEUS_FRONTEND_IR_FUNCTION_H
Definition IRFunction.h:9
virtual ~IRFunction()=default
Definition MemoryCache.h:27