Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
Loading...
Searching...
No Matches
IRValue.h
Go to the documentation of this file.
1#ifndef PROTEUS_FRONTEND_IRVALUE_H
2#define PROTEUS_FRONTEND_IRVALUE_H
3
4namespace proteus {
5
15class IRValue {
16public:
17 virtual ~IRValue() = default;
18};
19
20} // namespace proteus
21
22#endif // PROTEUS_FRONTEND_IRVALUE_H
Definition IRValue.h:15
virtual ~IRValue()=default
Definition MemoryCache.h:26