提交 5a0c1b3a 编写于 作者: S Scott Olson

Print BasicBlock names in lowercase.

上级 661976cb
......@@ -184,7 +184,7 @@ pub fn index(self) -> usize {
impl Debug for BasicBlock {
fn fmt(&self, fmt: &mut Formatter) -> Result<(), Error> {
write!(fmt, "BB({})", self.0)
write!(fmt, "bb{}", self.0)
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册