Added compare instructions Finished to implement well formed functions. They basicall...
authorBenjamin Segovia <segovia.benjamin@gmail.com>
Thu, 16 Feb 2012 11:34:31 +0000 (11:34 +0000)
committerKeith Packard <keithp@keithp.com>
Fri, 10 Aug 2012 23:15:17 +0000 (16:15 -0700)
commit78c71dceaa3d9261876949244b22e9d3c4cebd1e
treeb7f478ebe4caf6fcbf8e498ed51942858a9fe7b2
parentdf44820b9fb94595f35efc9e0b4a8edc0ddecbce
Added compare instructions Finished to implement well formed functions. They basically check that the definition is consistent (types match, registers and tuple are not out-of-bound the register files or the tuple files...)
backend/src/ir/context.hpp
backend/src/ir/instruction.cpp
backend/src/ir/instruction.hpp
backend/src/ir/instruction.hxx
backend/src/ir/type.hpp