Correct variable name for type_storep_instr

This commit is contained in:
Wolfgang Bumiller 2012-07-16 12:27:58 +02:00
parent 478d5ef5ad
commit d4b2790deb

2
ir.c
View file

@ -59,7 +59,7 @@ uint16_t type_store_instr[TYPE_COUNT] = {
INSTR_STORE_V, /* variant, should never be accessed */
};
uint16_t type_store_instr[TYPE_COUNT] = {
uint16_t type_storep_instr[TYPE_COUNT] = {
INSTR_STOREP_F, /* should use I when having integer support */
INSTR_STOREP_S,
INSTR_STOREP_F,