diff options
author | YamaArashi <shadow962@live.com> | 2016-03-06 16:18:41 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-03-06 16:18:41 -0800 |
commit | ce590c846da59bd8d6fa3232689b776716c8c4af (patch) | |
tree | 6cee3a742d6d7bfd80f93b624ffe45a2d3ae3e29 /gcc/stor-layout.c | |
parent | 60addc9c2c94b571f9ccfa4b4423aed3be886735 (diff) |
remove unused modes
Diffstat (limited to 'gcc/stor-layout.c')
-rwxr-xr-x | gcc/stor-layout.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c index 4af5943..d77a808 100755 --- a/gcc/stor-layout.c +++ b/gcc/stor-layout.c @@ -185,7 +185,6 @@ int_mode_for_mode (mode) switch (GET_MODE_CLASS (mode)) { case MODE_INT: - case MODE_PARTIAL_INT: break; case MODE_COMPLEX_INT: |