llir-opt
0.0.1
Low-Level Post-Link Optimiser for OCaml and C
core
insts.h
1
// This file if part of the llir-opt project.
2
// Licensing information can be found in the LICENSE file.
3
// (C) 2018 Nandor Licker. All rights reserved.
4
5
#pragma once
6
7
#include "core/cast.h"
8
#include "core/block.h"
9
#include "core/insts/mov.h"
10
#include "core/insts/phi.h"
11
12
#define GET_CAST_INTF
13
#include "instructions.def"
14
15
#define GET_CLASS_INTF
16
#include "instructions.def"
Generated by
1.8.17