| author | |
| committer | |
| log | d3ce9d0643421da77063472cb1124123cda753bb |
| tree | 301bc095a136186ddae14feb328e345272568759 |
| parent | e9a03cccf375f11aa4e0a8a3515e499c88d05cde |
1 files changed, 0 insertions(+), 15 deletions(-)
src/codegen.cpp-15| ... | @@ -6062,21 +6062,6 @@ static void do_code_gen(CodeGen *g) { | ... | @@ -6062,21 +6062,6 @@ static void do_code_gen(CodeGen *g) { |
| 6062 | } | 6062 | } |
| 6063 | } | 6063 | } |
| 6064 | 6064 | ||
| 6065 | static const uint8_t int_sizes_in_bits[] = { | ||
| 6066 | 2, | ||
| 6067 | 3, | ||
| 6068 | 4, | ||
| 6069 | 5, | ||
| 6070 | 6, | ||
| 6071 | 7, | ||
| 6072 | 8, | ||
| 6073 | 16, | ||
| 6074 | 29, | ||
| 6075 | 32, | ||
| 6076 | 64, | ||
| 6077 | 128, | ||
| 6078 | }; | ||
| 6079 | |||
| 6080 | struct CIntTypeInfo { | 6065 | struct CIntTypeInfo { |
| 6081 | CIntType id; | 6066 | CIntType id; |
| 6082 | const char *name; | 6067 | const char *name; |