diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-03-26 19:35:14 +0200 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-11-16 20:37:00 +0100 |
| commit | d0d5529e95d888528a3446bdd48ff5218c7b7dd2 (patch) | |
| tree | f92d695f19459ea0f9a5b138b0408a50f66f26b1 /Makefile | |
| parent | 3f3a12589b206efe7089520c2f2a1f49245e1dd2 (diff) | |
| download | sparse-dev-d0d5529e95d888528a3446bdd48ff5218c7b7dd2.tar.gz | |
add table to "negate" some opcode
Some optimizations transform an instruction opcode
into another. For example, it may be needed to know
the opcode corresponding to the negation of a comparison.
This patch make this easy and flexible by adding a table
for the relation between opcodes.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ LIB_OBJS += lib.o LIB_OBJS += linearize.o LIB_OBJS += liveness.o LIB_OBJS += memops.o +LIB_OBJS += opcode.o LIB_OBJS += parse.o LIB_OBJS += pre-process.o LIB_OBJS += ptrlist.o |
