Ignoring comment on fall-through for now, as all imports cause it.

This commit is contained in:
Ben Vanik 2014-01-31 22:51:40 -08:00
parent 6ed411a08d
commit 7141fbad27
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ int HIRBuilder::Finalize() {
// No following block. // No following block.
// Sometimes VC++ generates functions with bl at the end even if they // Sometimes VC++ generates functions with bl at the end even if they
// will never return. Just add a return to satisfy things. // will never return. Just add a return to satisfy things.
XELOGW("Fall-through out of the function."); //XELOGW("Fall-through out of the function.");
Trap(); Trap();
Return(); Return();
current_block_ = NULL; current_block_ = NULL;