don't make jump tables for small switches (<= 4 branches)
authormrchebas@gmail.com <unknown>
Fri, 19 Jan 2007 15:07:49 +0000 (15:07 +0000)
committermrchebas@gmail.com <unknown>
Fri, 19 Jan 2007 15:07:49 +0000 (15:07 +0000)
commita32098431939d2411798312b11f18cf99e9f724b
tree746ea8ecbe3b9b6eef1822fca919b9ff40be2678
parent95d05f883245488f22bfa9dbbfd6d55cc7303a81
don't make jump tables for small switches (<= 4 branches)
Only affects -fasm: gcc makes its own decisions about jump tables
compiler/codeGen/CgUtils.hs