| ... | ... | @@ -2355,7 +2355,6 @@ pub fn c_type_alignment(target: Target, c_type: CType) u16 { |
| 2355 | 2355 | .bpfeb, |
| 2356 | 2356 | .dxil, |
| 2357 | 2357 | .hexagon, |
| 2358 | | .loongarch64, |
| 2359 | 2358 | .m68k, |
| 2360 | 2359 | .mips, |
| 2361 | 2360 | .mipsel, |
| ... | ... | @@ -2371,6 +2370,7 @@ pub fn c_type_alignment(target: Target, c_type: CType) u16 { |
| 2371 | 2370 | |
| 2372 | 2371 | .aarch64, |
| 2373 | 2372 | .aarch64_be, |
| 2373 | .loongarch64, |
| 2374 | 2374 | .mips64, |
| 2375 | 2375 | .mips64el, |
| 2376 | 2376 | .powerpc, |
| ... | ... | @@ -2467,7 +2467,6 @@ pub fn c_type_preferred_alignment(target: Target, c_type: CType) u16 { |
| 2467 | 2467 | .dxil, |
| 2468 | 2468 | .hexagon, |
| 2469 | 2469 | .x86, |
| 2470 | | .loongarch64, |
| 2471 | 2470 | .m68k, |
| 2472 | 2471 | .mips, |
| 2473 | 2472 | .mipsel, |
| ... | ... | @@ -2483,6 +2482,7 @@ pub fn c_type_preferred_alignment(target: Target, c_type: CType) u16 { |
| 2483 | 2482 | |
| 2484 | 2483 | .aarch64, |
| 2485 | 2484 | .aarch64_be, |
| 2485 | .loongarch64, |
| 2486 | 2486 | .mips64, |
| 2487 | 2487 | .mips64el, |
| 2488 | 2488 | .powerpc, |