提交 f05d3c51 编写于 作者: B Brian Anderson

Add more comments to trans_block

上级 cf16f4f7
...@@ -5407,7 +5407,8 @@ fn is_nil(@ty.t r_ty) -> bool { ...@@ -5407,7 +5407,8 @@ fn is_nil(@ty.t r_ty) -> bool {
// FIXME: This is a temporary hack to prevent compile // FIXME: This is a temporary hack to prevent compile
// failures. There's some expression variant that claims // failures. There's some expression variant that claims
// to be ty_nil but but does not translate to T_nil. Need // 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)) { if (!is_nil(r_ty)) {
// This alloca is declared at the function level, above // This alloca is declared at the function level, above
// the block scope // the block scope
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册