Add table of IR type sizes.

This commit is contained in:
Mike Pall
2012-08-27 20:27:01 +02:00
parent 30f458fb4d
commit 76b18b2b46
3 changed files with 21 additions and 6 deletions

View File

@@ -245,7 +245,7 @@ IRDEF(IRNAME)
};
const char *const irt_names[] = {
#define IRTNAME(name) #name,
#define IRTNAME(name, size) #name,
IRTDEF(IRTNAME)
#undef IRTNAME
NULL