提交 418cb2e5 编写于 作者: K kvn

6902036: WorldWind asserts on escape.cpp:1153: assert(addr->is_AddP(),"AddP required")

Summary: Remove the assert.
Reviewed-by: twisti
上级 e22d745b
......@@ -1150,7 +1150,6 @@ void ConnectionGraph::split_unique_types(GrowableArray<Node *> &alloc_worklist)
} else {
assert(n->is_Mem(), "memory node required.");
Node *addr = n->in(MemNode::Address);
assert(addr->is_AddP(), "AddP required");
const Type *addr_t = igvn->type(addr);
if (addr_t == Type::TOP)
continue;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册