Print BasicBlock names in lowercase.
This commit is contained in:
parent
661976cbd1
commit
5a0c1b3a88
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user