Add more comments to trans_block

This commit is contained in:
Brian Anderson 2011-03-31 22:01:35 -04:00
parent cf16f4f7e5
commit f05d3c516b

View file

@ -5407,7 +5407,8 @@ fn trans_block(@block_ctxt cx, &ast.block b) -> result {
// FIXME: This is a temporary hack to prevent compile
// failures. There's some expression variant that claims
// to be ty_nil but but does not translate to T_nil. Need
// to hunt it down.
// to hunt it down. Of course, if we're talking about nil,
// do we really want to do this whole business anyway?
if (!is_nil(r_ty)) {
// This alloca is declared at the function level, above
// the block scope