Ignoring comment on fall-through for now, as all imports cause it.
This commit is contained in:
parent
6ed411a08d
commit
7141fbad27
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue