OSDN Git Service

Fix a -Wcovered-switch-default warning in emitJumpTables.
authorJan Voung <jvoung@chromium.org>
Fri, 31 Jul 2015 04:29:14 +0000 (21:29 -0700)
committerJan Voung <jvoung@chromium.org>
Fri, 31 Jul 2015 04:29:14 +0000 (21:29 -0700)
commitc2648c2db7f2d0c10ef54393098fe74f65296c45
treece2a3798afd5beb1c04fc02a6340c25e1158edb4
parent86df4e9e6d183f07638440afd2c225b485c03917
Fix a -Wcovered-switch-default warning in emitJumpTables.

The Subzero build inside of the LLVM build system turns this on.

BUG=none
R=ascull@google.com

Review URL: https://codereview.chromium.org/1264913005 .
Makefile.standalone
src/IceCfg.cpp